From: Vincent Bernat Date: Mon, 20 Feb 2017 14:09:16 +0000 (+0100) Subject: interfaces: vxlan interfaces should be ignored X-Git-Tag: 0.9.7~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aed5788058eb1867a8223a03e04311122b5144b3;p=thirdparty%2Flldpd.git interfaces: vxlan interfaces should be ignored --- diff --git a/NEWS b/NEWS index 100555f3..b3399944 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ lldpd (0.9.7) + JSON support is now built-in and unconditionally enabled. Use --enable-json0 to keep the pre-0.9.2 json-c format. + When logging to syslog and daemonizing, don't log to stderr. + + vxlan interfaces are now ignored as they are multi-point interfaces. lldpd (0.9.6) * Changes: diff --git a/src/daemon/interfaces-linux.c b/src/daemon/interfaces-linux.c index 6b571f7f..6e0db0e2 100644 --- a/src/daemon/interfaces-linux.c +++ b/src/daemon/interfaces-linux.c @@ -776,6 +776,7 @@ iflinux_add_physical(struct lldpd *cfg, const char * const *rif; const char * const blacklisted_drivers[] = { "cdc_mbim", + "vxlan", NULL };