IPv6AcceptRA not via dhcp option
This commit is contained in:
parent
4b22705ff7
commit
3d6d4d5503
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def units(metadata):
|
|||
},
|
||||
'Network': {
|
||||
'DHCP': network_conf.get('dhcp', 'no'),
|
||||
'IPv6AcceptRA': network_conf.get('dhcp', 'no'),
|
||||
'IPv6AcceptRA': network_conf.get('IPv6AcceptRA', 'no'),
|
||||
'VLAN': set(
|
||||
other_network_name
|
||||
for other_network_name, other_network_conf in metadata.get('network', {}).items()
|
||||
|
|
Loading…
Reference in a new issue