summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2014-10-28 14:52:49 +0100
committerDavid Lamparter <equinox@diac24.net>2014-10-28 14:55:09 +0100
commit93b344f3b14390e3952ea9025ac5996ae9131148 (patch)
tree26f9f14848768bd7bc77fc28c1469b970c41e84a /lib
parent773224404cb33b2dbd3d8d8d2572013603995ce4 (diff)
downloadquagga-93b344f3b14390e3952ea9025ac5996ae9131148.tar.bz2
quagga-93b344f3b14390e3952ea9025ac5996ae9131148.tar.xz
Revert "zebra: Set link-detect on by default"
This reverts commit 773224404cb33b2dbd3d8d8d2572013603995ce4. This patch is nontrivial but wasn't passed along on the mailing list; this is a revert purely on procedural reasons. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/if.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/if.c b/lib/if.c
index 2b46a1bb..3a1f9b41 100644
--- a/lib/if.c
+++ b/lib/if.c
@@ -132,9 +132,6 @@ if_create (const char *name, int namelen)
ifp->connected = list_new ();
ifp->connected->del = (void (*) (void *)) connected_free;
- /* Enable Link-detection by default */
- SET_FLAG(ifp->status, ZEBRA_INTERFACE_LINKDETECTION);
-
if (if_master.if_new_hook)
(*if_master.if_new_hook) (ifp);