aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/odhcp6c/files/dhcpv6.script
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-10-08 15:27:17 +0000
committerSteven Barth <cyrus@openwrt.org>2014-10-08 15:27:17 +0000
commitea0a01d7e20b407721742b4e4a7efbc258aab7a5 (patch)
treefe5dbbe368c28790efbad495b5a5e8be1abac65d /package/network/ipv6/odhcp6c/files/dhcpv6.script
parentc7a941cf0231384ce769281e9e8f93065675fa08 (diff)
downloadupstream-ea0a01d7e20b407721742b4e4a7efbc258aab7a5.tar.gz
upstream-ea0a01d7e20b407721742b4e4a7efbc258aab7a5.tar.bz2
upstream-ea0a01d7e20b407721742b4e4a7efbc258aab7a5.zip
odhcp6c: fix typo in last commit
SVN-Revision: 42852
Diffstat (limited to 'package/network/ipv6/odhcp6c/files/dhcpv6.script')
-rwxr-xr-xpackage/network/ipv6/odhcp6c/files/dhcpv6.script2
1 files changed, 1 insertions, 1 deletions
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)