From 326d4de13c7ef203165d64358123294ae6903cd0 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 17 Apr 2015 15:11:53 +0200 Subject: [PATCH] nat46: shorten prefix for 464xlat interface Signed-off-by: Steven Barth --- nat46/Makefile | 2 +- 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 -- 2.30.2