diff --git a/setup b/setup index 4a54f04a0d8..e28d69791ae 100755 --- a/setup +++ b/setup @@ -482,6 +482,8 @@ class LinuxNetwork(Network): self.facts[iface]['ipv4']['network'] = socket.inet_ntoa(struct.pack("!L", ip & mask)) def get_ipv6_facts(self): + if not socket.has_ipv6: + return data = get_file_content('/proc/net/if_inet6') if data is None: return