mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-08 22:50:42 +01:00
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…
Add table
Reference in a new issue