mirror of
https://github.com/openwrt/routing.git
synced 2026-07-16 16:51:52 +04:00
nat46: shorten prefix for 464xlat interface
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=nat46
|
||||
PKG_VERSION:=3
|
||||
PKG_VERSION:=4
|
||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
proto_464xlat_setup() {
|
||||
local cfg="$1"
|
||||
local iface="$2"
|
||||
local link="464xlat-$cfg"
|
||||
local link="464-$cfg"
|
||||
|
||||
local ip6addr ip6prefix tunlink zone
|
||||
json_get_vars ip6addr ip6prefix tunlink zone
|
||||
|
||||
Reference in New Issue
Block a user