[packages] 6scripts: fix incorrect route command (#7203)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21103 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-04-23 10:53:01 +00:00
parent f321d1f0b6
commit 1c46935b8a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
}