Skip to content
Snippets Groups Projects
Commit 2d2c7c42 authored by Hans Dedecker's avatar Hans Dedecker
Browse files

6in4: remove 6in4 tunnel delete workaround (FS#3690)

Remove 6in4 tunnel delete workaround as the real issue is
now solved in netifd
(https://git.openwrt.org/?p=project/netifd.git;a=commit;h=8f82742ca4f47f459284f3a07323d04da72ea5f6

)

Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
parent c4d29296
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=6in4
PKG_RELEASE:=27
PKG_RELEASE:=28
PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk
......
......@@ -138,8 +138,6 @@ proto_6in4_setup() {
proto_6in4_teardown() {
local cfg="$1"
local link="6in4-$cfg"
ip link del $link
}
proto_6in4_init_config() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment