1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 17:30:43 +03: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:
florian 2007-09-16 13:35:51 +00:00
parent fe3c9ea431
commit dcfcfb5617
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