projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7a941c
)
odhcp6c: fix typo in last commit
author
Steven Barth
<cyrus@openwrt.org>
Wed, 8 Oct 2014 15:27:17 +0000
(15:27 +0000)
committer
Steven 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
patch
|
blob
|
history
diff --git
a/package/network/ipv6/odhcp6c/files/dhcpv6.script
b/package/network/ipv6/odhcp6c/files/dhcpv6.script
index 0fedaaa1cd886f11ecd0a03fc4666796a99cce98..1acad1994cf79421b86c1fefadc2d4fa10b9c319 100755
(executable)
--- 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)