From ea0a01d7e20b407721742b4e4a7efbc258aab7a5 Mon Sep 17 00:00:00 2001
From: Steven Barth <cyrus@openwrt.org>
Date: Wed, 8 Oct 2014 15:27:17 +0000
Subject: odhcp6c: fix typo in last commit

SVN-Revision: 42852
---
 package/network/ipv6/odhcp6c/files/dhcpv6.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'package')

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)
-- 
cgit v1.2.3