parent
a65a31d165
commit
ea5e6f6571
2 changed files with 4 additions and 0 deletions
2
package/ppp/files/etc/ppp/ipv6-down
Normal file
2
package/ppp/files/etc/ppp/ipv6-down
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
route -A inet6 del $4 dev $1
|
2
package/ppp/files/etc/ppp/ipv6-up
Normal file
2
package/ppp/files/etc/ppp/ipv6-up
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
route -A inet6 add default $4 dev $1
|
Loading…
Reference in a new issue