mirror of https://github.com/hak5/openwrt.git
parent
73c9032e87
commit
75bbf1bf20
|
@ -28,7 +28,7 @@ setup_interface_6in4() {
|
|||
local cfg="$2"
|
||||
local link="6in4-$cfg"
|
||||
|
||||
local local4=$(uci_get network "$cfg" local4)
|
||||
local local4=$(uci_get network "$cfg" ipaddr)
|
||||
|
||||
local remote4
|
||||
config_get remote4 "$cfg" peeraddr
|
||||
|
|
Loading…
Reference in New Issue