diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/interfaces-tunnel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/interfaces-tunnel.py b/src/conf_mode/interfaces-tunnel.py index 3e8653d58..6018cfcd0 100755 --- a/src/conf_mode/interfaces-tunnel.py +++ b/src/conf_mode/interfaces-tunnel.py @@ -404,7 +404,7 @@ def get_config(): # to make IPv6 SLAAC and DHCPv6 work with forwarding=1, # accept_ra must be 2 - if options['ipv6_autoconf'] or 'dhcpv6' in options['address']: + if options['ipv6_autoconf'] or 'dhcpv6' in options['address-add']: options['ipv6_accept_ra'] = 2 # allmulticast fate is linked to multicast |