Merge PR #511 from upstream
This commit is contained in:
parent
c6e5edd497
commit
ac420f2ee9
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user