aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-17 12:35:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-17 12:35:56 +0000
commitd4961fbcb7ef2e18b2b337393de3522074397e5e (patch)
tree6b303563563ed3547cbff5240a0a55fbbc410d4b
parent4bd4fd2ca22921d1f5b844969d209d00461e6e4b (diff)
downloadupstream-d4961fbcb7ef2e18b2b337393de3522074397e5e.tar.gz
upstream-d4961fbcb7ef2e18b2b337393de3522074397e5e.tar.bz2
upstream-d4961fbcb7ef2e18b2b337393de3522074397e5e.zip
6in4: remove some obsolete functions
SVN-Revision: 31768
-rwxr-xr-xpackage/6in4/files/6in4.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/6in4/files/6in4.sh b/package/6in4/files/6in4.sh
index 14748ebd10..6e433ba9ad 100755
--- a/package/6in4/files/6in4.sh
+++ b/package/6in4/files/6in4.sh
@@ -18,19 +18,6 @@ find_6in4_wanip() {
echo "${ip%%[^0-9.]*}"
}
-# Hook into scan_interfaces() to synthesize a .device option
-# This is needed for /sbin/ifup to properly dispatch control
-# to setup_interface_6in4() even if no .ifname is set in
-# the configuration.
-scan_6in4() {
- config_set "$1" device "6in4-$1"
-}
-
-coldplug_interface_6in4() {
- setup_interface_6in4 "6in4-$1" "$1"
-}
-
-
tun_error() {
local cfg="$1"; shift;