projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a79aa0
)
do not override iface->autostart on config reload
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 5 Oct 2011 16:51:32 +0000
(18:51 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 5 Oct 2011 16:51:32 +0000
(18:51 +0200)
interface.c
patch
|
blob
|
history
diff --git
a/interface.c
b/interface.c
index fa4b2254a5b38c082b59563df468971f0434b60f..506a478704539c20e4abd7c001544954475d0716 100644
(file)
--- a/
interface.c
+++ b/
interface.c
@@
-392,7
+392,7
@@
set_config_state(struct interface *iface, enum interface_config_state s)
if (iface->state == IFS_DOWN)
interface_handle_config_change(iface);
else
-
interface_set_down(ifac
e);
+
__interface_set_down(iface, fals
e);
}
static void