ipv6_picking #24
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def units(metadata):
|
||||||
},
|
},
|
||||||
'Network': {
|
'Network': {
|
||||||
'DHCP': network_conf.get('dhcp', 'no'),
|
'DHCP': network_conf.get('dhcp', 'no'),
|
||||||
'IPv6AcceptRA': network_conf.get('dhcp', 'no'),
|
'IPv6AcceptRA': network_conf.get('IPv6AcceptRA', 'no'),
|
||||||
'VLAN': set(
|
'VLAN': set(
|
||||||
other_network_name
|
other_network_name
|
||||||
for other_network_name, other_network_conf in metadata.get('network', {}).items()
|
for other_network_name, other_network_conf in metadata.get('network', {}).items()
|
||||||
|
|
Loading…
Reference in a new issue