]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
doc: add an entry for latest commit
authorVincent Bernat <vincent@bernat.ch>
Wed, 6 Jul 2022 19:25:27 +0000 (21:25 +0200)
committerVincent Bernat <vincent@bernat.ch>
Wed, 6 Jul 2022 19:25:27 +0000 (21:25 +0200)
Also fix the test!

NEWS
tests/integration/test_dot1.py

diff --git a/NEWS b/NEWS
index 1b8d746c20e0a336d07e8c4fbbea79f855a49295..7ac489945e321befdb42453d5402c3a78d065260 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+lldpd (1.0.15)
+ * Fix:
+   + Really don't send VLANs when there are too many (#520)
+
 lldpd (1.0.14)
  * Changes
    + Add configure commands to alter inventory TLVs (#508)
index 03d6eb92f969bb17aec96d357619dd5f6dcc644d..fbfcacaddae87a22ab8f941141f89cdf35ca7676 100644 (file)
@@ -34,6 +34,6 @@ class TestLldpDot1(object):
             lldpd()
         with namespaces(1):
             out = lldpcli("-f", "keyvalue", "show", "neighbors", "details")
-            assert 'lldp.eth0.vlan' not in out
+            assert 'lldp.eth0.vlan' in out
 
     # TODO: PI and PPVID (but lldpd doesn't know how to generate them)