Browse Source

fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen

SVN-Revision: 11998
John Crispin 17 years ago
parent
commit
b639fc4b00
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/ppp/files/etc/ppp/ipv6-down
  2. 1 1
      package/ppp/files/etc/ppp/ipv6-up

+ 1 - 1
package/ppp/files/etc/ppp/ipv6-down

@@ -1,6 +1,6 @@
 #!/bin/sh
 
-gw=$4
+gw=$5
 dev=$1
 cfg=$6
 

+ 1 - 1
package/ppp/files/etc/ppp/ipv6-up

@@ -1,6 +1,6 @@
 #!/bin/sh
 
-gw=$4
+gw=$5
 dev=$1
 cfg=$6