mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-01-27 18:19:53 +00:00
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
|
||||
Reference in New Issue
Block a user