From 1c46935b8a749c86a52896159bffeb1a2b560850 Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 23 Apr 2010 10:53:01 +0000 Subject: [PATCH] [packages] 6scripts: fix incorrect route command (#7203) git-svn-id: svn://svn.openwrt.org/openwrt/packages@21103 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/6scripts/Makefile | 2 +- ipv6/6scripts/files/6tunnel.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ipv6/6scripts/Makefile b/ipv6/6scripts/Makefile index fb4d0df1e..0ae95e6ff 100644 --- a/ipv6/6scripts/Makefile +++ b/ipv6/6scripts/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6scripts PKG_VERSION:=0.1 -PKG_RELEASE:=5 +PKG_RELEASE:=6 include $(INCLUDE_DIR)/package.mk diff --git a/ipv6/6scripts/files/6tunnel.init b/ipv6/6scripts/files/6tunnel.init index de01473c1..0e955ee12 100644 --- a/ipv6/6scripts/files/6tunnel.init +++ b/ipv6/6scripts/files/6tunnel.init @@ -24,7 +24,7 @@ start_service() { ip link set mtu $mtu dev $tnlifname ip tunnel change $tnlifname ttl $ttl ip addr add $localip6 dev $tnlifname - ip -6 route ::/0 dev $tnlifname + ip -6 route add ::/0 dev $tnlifname ip -6 route add 2000::/3 via $remoteip6 ip -6 route add $delegatedip6 dev $LAN } -- 2.11.0