From 487a77c935076c6894756fadc4bbc7468165fa49 Mon Sep 17 00:00:00 2001 From: Anubhav Shelat Date: Tue, 6 Jun 2023 13:13:20 -0400 Subject: [PATCH] Added code to check if the proc/net/if_inet6 file exists while loading IPv6 addresses in the IPv6Addresses class. Resolves: rhbz#2210103 jiraProject == RHELPLAN-158238 Signed-off-by: Anubhav Shelat --- Added-code-to-check-if-the-proc-net-if_inet6-file-ex.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Added-code-to-check-if-the-proc-net-if_inet6-file-ex.patch b/Added-code-to-check-if-the-proc-net-if_inet6-file-ex.patch index e7198e0..ca1c33e 100644 --- a/Added-code-to-check-if-the-proc-net-if_inet6-file-ex.patch +++ b/Added-code-to-check-if-the-proc-net-if_inet6-file-ex.patch @@ -1,4 +1,4 @@ -From d25d3ccdb29be4f2573b2214db8aea3a87c356af Mon Sep 17 00:00:00 2001 +From 0ba98b12775b5394aab2205df29d93439d625cc3 Mon Sep 17 00:00:00 2001 From: Anubhav Shelat Date: Thu, 1 Jun 2023 16:27:35 -0400 Subject: [PATCH] Added code to check if the proc/net/if_inet6 file exists @@ -7,6 +7,7 @@ Subject: [PATCH] Added code to check if the proc/net/if_inet6 file exists Added code to check if the proc/net/if_inet6 file exists while loading IPv6 addresses in the IPv6Addresses class. If it doesn't, then the system has IPv6 disabled, and that chunk of code is passed. Signed-off-by: Anubhav Shelat +Signed-off-by: John Kacur --- rteval/sysinfo/newnet.py | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-)