Skip to content

Commit

Permalink
doc: add an entry for latest commit
Browse files Browse the repository at this point in the history
Also fix the test!
  • Loading branch information
vincentbernat committed Jul 6, 2022
1 parent 1f5bc03 commit 4900429
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_dot1.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ def test_too_many_vlans(self, lldpd1, lldpd, lldpcli, namespaces, links):
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)

0 comments on commit 4900429

Please sign in to comment.