Skip to content

Commit

Permalink
6rd : remove 6rd tunnel delete workaround
Browse files Browse the repository at this point in the history
Remove 6rd tunnel delete workaround in as the real issue
is now solved in netifd
(https://git.openwrt.org/?p=project/netifd.git;a=commit;h=8f82742ca4f47f459284f3a07323d04da72ea5f6)

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
  • Loading branch information
dedeckeh committed Oct 30, 2021
1 parent 4eba313 commit c4d2929
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package/network/ipv6/6rd/Makefile
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=6rd
PKG_RELEASE:=11
PKG_RELEASE:=12
PKG_LICENSE:=GPL-2.0

include $(INCLUDE_DIR)/package.mk
Expand Down
2 changes: 0 additions & 2 deletions package/network/ipv6/6rd/files/6rd.sh
Expand Up @@ -82,8 +82,6 @@ proto_6rd_setup() {

proto_6rd_teardown() {
local cfg="$1"
local link="6rd-$cfg"
ip link del $link
}

proto_6rd_init_config() {
Expand Down

0 comments on commit c4d2929

Please sign in to comment.