This website works better with JavaScript
Home
Explore
Help
Sign In
OpenWrt
/
openwrt
mirror of
https://github.com/openwrt/openwrt.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen
SVN-Revision: 11998
John Crispin
17 years ago
parent
970f41ad18
commit
b639fc4b00
2 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
1
1
package/ppp/files/etc/ppp/ipv6-down
1
1
package/ppp/files/etc/ppp/ipv6-up
+ 1
- 1
package/ppp/files/etc/ppp/ipv6-down
View File
@@ -1,6 +1,6 @@
#!/bin/sh
-gw=$
4
+gw=$
5
dev=$1
cfg=$6
+ 1
- 1
package/ppp/files/etc/ppp/ipv6-up
View File
@@ -1,6 +1,6 @@
#!/bin/sh
-gw=$
4
+gw=$
5
dev=$1
cfg=$6