projects
/
project
/
odhcp6c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4be3f66
)
Change order of commands in restart IPv6 mode
author
Steven Barth
<steven@midlink.org>
Thu, 29 Nov 2012 16:29:42 +0000
(17:29 +0100)
committer
Steven Barth
<steven@midlink.org>
Thu, 29 Nov 2012 16:29:42 +0000
(17:29 +0100)
src/odhcp6c.c
patch
|
blob
|
history
diff --git
a/src/odhcp6c.c
b/src/odhcp6c.c
index 7c4904030e9f875ea994103f564e0f586bb2d102..b517204829d20fc5e02f17f07e41dcb2457d95b1 100644
(file)
--- a/
src/odhcp6c.c
+++ b/
src/odhcp6c.c
@@
-148,8
+148,8
@@
int main(_unused int argc, char* const argv[])
// Configure interface to accept RA
if (reset) {
- sysctl_interface(ifname, "disable_ipv6", "1");
sysctl_interface(ifname, "accept_ra", "2");
+ sysctl_interface(ifname, "disable_ipv6", "1");
sysctl_interface(ifname, "disable_ipv6", "0");
}