diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-15 00:49:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-15 00:49:21 +0000 |
commit | 146c415f23d5db076775f4945d5f9ac7afa2f63e (patch) | |
tree | 28645bbf63a51d0ffd0ab0cadb8e8f51a0c8c0e5 /package/6to4 | |
parent | 5630b34f4aa114e3f0d0c65e6bd31bc53a26ae03 (diff) | |
download | upstream-146c415f23d5db076775f4945d5f9ac7afa2f63e.tar.gz upstream-146c415f23d5db076775f4945d5f9ac7afa2f63e.tar.bz2 upstream-146c415f23d5db076775f4945d5f9ac7afa2f63e.zip |
[package] 6to4: remove leftover peeraddr stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23997 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/6to4')
-rwxr-xr-x | package/6to4/files/6to4.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/6to4/files/6to4.sh b/package/6to4/files/6to4.sh index 4db924d4e7..9dfd7cd528 100755 --- a/package/6to4/files/6to4.sh +++ b/package/6to4/files/6to4.sh @@ -37,9 +37,6 @@ setup_interface_6to4() { local local4=$(uci_get network "$cfg" ipaddr) - local remote4 - config_get remote4 "$cfg" peeraddr - local mtu config_get mtu "$cfg" mtu |