auto generate ULA prefix

master
Jordan Sokolic 2020-09-14 09:42:27 +03:00
parent 9b65b7306b
commit 4deaf248bc
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
config globals globals
option 'ula_prefix' "${LAN6_SUBNET}"
option 'ula_prefix' 'auto'
config 'interface' 'loopback'
option 'ifname' 'lo'

View File

@ -28,7 +28,6 @@ LAN_PARENT=eth0.10
LAN_DOMAIN=home
# Subnet configuration for LAN network
LAN_SUBNET=192.168.16.0/24
LAN6_SUBNET=fd99:1234::/48
# Set LAN_ADDR to something other than the first available address
# in the subnet - Docker will claim this address for the host.
LAN_ADDR=192.168.16.2