Ai, we actually do have that function already! Thanks, close #90

This commit is contained in:
enkore 2014-07-31 15:16:03 +02:00
parent f07485ac81
commit dc4b12c386

View File

@ -129,7 +129,7 @@ class Network(IntervalModule):
info[af] = master_info[af]
except KeyError:
pass
up = netifaces.AF_INET in info or (netifaces.AF_INET6 in info and any(not v6["addr"].startswith("fe80::") for v6 in info[netifaces.AF_INET6]))
up = sysfs_interface_up(self.interface)
fdict = dict(
zip_longest(["v4", "v4mask", "v4cidr", "v6", "v6mask", "v6cidr"], [], fillvalue=""))