diff options
| author | Steven Barth | 2015-04-17 13:11:53 +0000 |
|---|---|---|
| committer | Steven Barth | 2015-04-17 13:11:53 +0000 |
| commit | 326d4de13c7ef203165d64358123294ae6903cd0 (patch) | |
| tree | 76a1554239cb021745cdbba1d3a3890b878b5845 | |
| parent | 11ebefc1745576767c216ecd28a11ec1a428c623 (diff) | |
| download | routing-326d4de13c7ef203165d64358123294ae6903cd0.tar.gz | |
nat46: shorten prefix for 464xlat interface
Signed-off-by: Steven Barth <steven@midlink.org>
| -rw-r--r-- | nat46/Makefile | 2 | ||||
| -rwxr-xr-x | nat46/files/464xlat.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nat46/Makefile b/nat46/Makefile index 4cbc494..3fa8b32 100644 --- a/nat46/Makefile +++ b/nat46/Makefile @@ -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 diff --git a/nat46/files/464xlat.sh b/nat46/files/464xlat.sh index 680d230..8154f7f 100755 --- a/nat46/files/464xlat.sh +++ b/nat46/files/464xlat.sh @@ -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 |