From: Vincent Bernat Date: Wed, 8 May 2013 10:23:39 +0000 (+0200) Subject: lldpd: enable fast start by default X-Git-Tag: 0.7.3~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6d42d56f7eb29d5551d3d4553ce5f4aa6beb68d;p=thirdparty%2Flldpd.git lldpd: enable fast start by default --- diff --git a/src/daemon/lldpd.c b/src/daemon/lldpd.c index 49a0e51f..a04897bb 100644 --- a/src/daemon/lldpd.c +++ b/src/daemon/lldpd.c @@ -1197,7 +1197,7 @@ lldpd_main(int argc, char *argv[]) int i, found, advertise_version = 1; #ifdef ENABLE_LLDPMED int lldpmed = 0, noinventory = 0; - int enable_fast_start = 0; + int enable_fast_start = 1; #endif char *descr_override = NULL; char *platform_override = NULL;