nat46: shorten prefix for 464xlat interface
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
parent
11ebefc174
commit
326d4de13c
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=nat46
|
PKG_NAME:=nat46
|
||||||
PKG_VERSION:=3
|
PKG_VERSION:=4
|
||||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
proto_464xlat_setup() {
|
proto_464xlat_setup() {
|
||||||
local cfg="$1"
|
local cfg="$1"
|
||||||
local iface="$2"
|
local iface="$2"
|
||||||
local link="464xlat-$cfg"
|
local link="464-$cfg"
|
||||||
|
|
||||||
local ip6addr ip6prefix tunlink zone
|
local ip6addr ip6prefix tunlink zone
|
||||||
json_get_vars ip6addr ip6prefix tunlink zone
|
json_get_vars ip6addr ip6prefix tunlink zone
|
||||||
|
|
Loading…
Reference in a new issue