ipv6_picking #24

Merged
cronekorkn merged 5 commits from ipv6_picking into master 2025-08-09 12:43:09 +02:00
Showing only changes of commit 3d6d4d5503 - Show all commits

View file

@ -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()