parent
a65a31d165
commit
ea5e6f6571
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 New Issue
Block a user