odhcp6c: fix typo in last commit
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Oct 2014 15:27:17 +0000 (15:27 +0000)
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Oct 2014 15:27:17 +0000 (15:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42852 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/network/ipv6/odhcp6c/files/dhcpv6.script

index 0fedaaa..1acad19 100755 (executable)
@@ -155,7 +155,7 @@ case "$2" in
                teardown_interface "$1"
                setup_interface "$1"
        ;;
-       informed|updated|rebound|ra-updated)
+       informed|updated|rebound)
                setup_interface "$1"
        ;;
        ra-updated)