From: Vincent Bernat Date: Wed, 6 Jul 2022 19:25:27 +0000 (+0200) Subject: doc: add an entry for latest commit X-Git-Tag: 1.0.15~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4900429110b06f60acfd8df45e29ba678d510cb6;p=thirdparty%2Flldpd.git doc: add an entry for latest commit Also fix the test! --- diff --git a/NEWS b/NEWS index 1b8d746c..7ac48994 100644 --- 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) diff --git a/tests/integration/test_dot1.py b/tests/integration/test_dot1.py index 03d6eb92..fbfcacad 100644 --- a/tests/integration/test_dot1.py +++ b/tests/integration/test_dot1.py @@ -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)