Merge PR #511 from upstream

This commit is contained in:
Jeroen 2023-05-28 11:37:36 +02:00
parent c6e5edd497
commit ac420f2ee9
Signed by: jeroen
GPG Key ID: 7C7028F783798BAB

View File

@ -59,7 +59,7 @@ switch::standard::init(){
config::core::get "_addr" "addr_${_name}"
[ -n "${_addr}" ] && ifconfig "${_id}" inet ${_addr} 2>/dev/null
config::core::get "_addr" "addr6_${_name}"
[ -n "${_addr}" ] && ifconfig "${_id}" inet6 ${_addr} 2>/dev/null
[ -n "${_addr}" ] && ifconfig "${_id}" inet6 ${_addr} auto_linklocal 2>/dev/null
# custom mtu?
config::core::get "_mtu" "mtu_${_name}"