diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-17 12:35:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-17 12:35:56 +0000 |
commit | 5cc05317be7eb25cf426e923789c2d77d3636fee (patch) | |
tree | b723028258f7f473204cdfd826fd6ba028428f50 | |
parent | aa8f34d86bb39e61908f8398065ec898b92fd821 (diff) | |
download | upstream-5cc05317be7eb25cf426e923789c2d77d3636fee.tar.gz upstream-5cc05317be7eb25cf426e923789c2d77d3636fee.tar.bz2 upstream-5cc05317be7eb25cf426e923789c2d77d3636fee.zip |
6in4: remove some obsolete functions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31768 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | package/6in4/files/6in4.sh | 13 |
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; |