From: Steven Barth Date: Wed, 8 Oct 2014 15:27:17 +0000 (+0000) Subject: odhcp6c: fix typo in last commit X-Git-Tag: reboot~5695 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=ea0a01d7e20b407721742b4e4a7efbc258aab7a5 odhcp6c: fix typo in last commit SVN-Revision: 42852 --- diff --git a/package/network/ipv6/odhcp6c/files/dhcpv6.script b/package/network/ipv6/odhcp6c/files/dhcpv6.script index 0fedaaa1cd..1acad1994c 100755 --- a/package/network/ipv6/odhcp6c/files/dhcpv6.script +++ b/package/network/ipv6/odhcp6c/files/dhcpv6.script @@ -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)