mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 16:41:05 +02:00
Add ipv6 up/down using route (#2372)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8794 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fe3c9ea431
commit
dcfcfb5617
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…
x
Reference in New Issue
Block a user