]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
interfaces: vxlan interfaces should be ignored
authorVincent Bernat <vincent@bernat.im>
Mon, 20 Feb 2017 14:09:16 +0000 (15:09 +0100)
committerVincent Bernat <vincent@bernat.im>
Mon, 20 Feb 2017 14:09:16 +0000 (15:09 +0100)
NEWS
src/daemon/interfaces-linux.c

diff --git a/NEWS b/NEWS
index 100555f3bc003a0f21d689dd4d7aac9def7b4cad..b33999449c3b9dfb8b7f71b774ccc1faaee46fcd 100644 (file)
--- 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:
index 6b571f7f60730670d2ee8b1006740623d992ac56..6e0db0e24f996827c949eb1efce045da8173dd92 100644 (file)
@@ -776,6 +776,7 @@ iflinux_add_physical(struct lldpd *cfg,
        const char * const *rif;
        const char * const blacklisted_drivers[] = {
                "cdc_mbim",
+               "vxlan",
                NULL
        };