From 93b344f3b14390e3952ea9025ac5996ae9131148 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 28 Oct 2014 14:52:49 +0100 Subject: 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 --- lib/if.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') 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); -- cgit v1.2.3