Default interface type to ipv4 when checking flags for Solaris

Fixes #8330
pull/7748/merge
James Cammarata 10 years ago
parent bc2099b1ab
commit 74cbeb1292

@ -2042,7 +2042,6 @@ class SunOSNetwork(GenericBsdIfconfigNetwork, Network):
else:
current_if = interfaces[device]
flags = self.get_options(words[1])
if 'IPv4' in flags:
v = 'ipv4'
if 'IPv6' in flags:
v = 'ipv6'

Loading…
Cancel
Save