From aed5788058eb1867a8223a03e04311122b5144b3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 20 Feb 2017 15:09:16 +0100 Subject: [PATCH] interfaces: vxlan interfaces should be ignored --- NEWS | 1 + src/daemon/interfaces-linux.c | 1 + 2 files changed, 2 insertions(+) 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 }; -- 2.39.5