Add ipv6 up/down using route (#2372)

SVN-Revision: 8794
This commit is contained in:
Florian Fainelli 2007-09-16 13:35:51 +00:00
parent a65a31d165
commit ea5e6f6571
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
route -A inet6 del $4 dev $1

View File

@ -0,0 +1,2 @@
#!/bin/sh
route -A inet6 add default $4 dev $1