summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-07-29 23:40:19 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-07-29 23:40:19 +0000
commitf4ce2dc0a67f9d9eb067a632efa7247db32719ff (patch)
treeee7b06b56caddb0e34315266f26fc162574d3d2a /package
parent52696b5d81d91be3b567e67bbc60ecfe125a4716 (diff)
fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11998 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/ppp/files/etc/ppp/ipv6-down2
-rw-r--r--package/ppp/files/etc/ppp/ipv6-up2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/ppp/files/etc/ppp/ipv6-down b/package/ppp/files/etc/ppp/ipv6-down
index a4e0491a8..436b91ded 100644
--- a/package/ppp/files/etc/ppp/ipv6-down
+++ b/package/ppp/files/etc/ppp/ipv6-down
@@ -1,6 +1,6 @@
#!/bin/sh
-gw=$4
+gw=$5
dev=$1
cfg=$6
diff --git a/package/ppp/files/etc/ppp/ipv6-up b/package/ppp/files/etc/ppp/ipv6-up
index 9ece44ad8..5162455fa 100644
--- a/package/ppp/files/etc/ppp/ipv6-up
+++ b/package/ppp/files/etc/ppp/ipv6-up
@@ -1,6 +1,6 @@
#!/bin/sh
-gw=$4
+gw=$5
dev=$1
cfg=$6