From 4900429110b06f60acfd8df45e29ba678d510cb6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 6 Jul 2022 21:25:27 +0200 Subject: [PATCH] doc: add an entry for latest commit Also fix the test! --- NEWS | 4 ++++ tests/integration/test_dot1.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.5