[package] 6in4: fix typo in last commit
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Aug 2010 01:06:10 +0000 (01:06 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Aug 2010 01:06:10 +0000 (01:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22710 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/6in4/files/6in4.sh

index bea2e82..62a60dc 100755 (executable)
@@ -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