mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
54445f0669
commit
c3f3661b31
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