]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lldpd: enable fast start by default
authorVincent Bernat <bernat@luffy.cx>
Wed, 8 May 2013 10:23:39 +0000 (12:23 +0200)
committerVincent Bernat <bernat@luffy.cx>
Wed, 8 May 2013 10:23:39 +0000 (12:23 +0200)
src/daemon/lldpd.c

index 49a0e51f2abbb2a11a30bba4179f410249ab3111..a04897bbe4a74ddab4251a991cd5bc7ce5ce7dd8 100644 (file)
@@ -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;