From 75bbf1bf20de9e17fe05b3a46d70ad8ece008566 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 19 Aug 2010 01:06:10 +0000 Subject: 6in4: fix typo in last commit SVN-Revision: 22710 --- package/6in4/files/6in4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/6in4/files/6in4.sh b/package/6in4/files/6in4.sh index bea2e82ea3..62a60dc8f6 100755 --- a/package/6in4/files/6in4.sh +++ b/package/6in4/files/6in4.sh @@ -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 -- cgit v1.2.3