odhcp6c: fix typo in last commit
authorSteven Barth <cyrus@openwrt.org>
Wed, 8 Oct 2014 15:27:17 +0000 (15:27 +0000)
committerSteven Barth <cyrus@openwrt.org>
Wed, 8 Oct 2014 15:27:17 +0000 (15:27 +0000)
SVN-Revision: 42852

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

index 0fedaaa1cd886f11ecd0a03fc4666796a99cce98..1acad1994cf79421b86c1fefadc2d4fa10b9c319 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)