Skip to content

1.0.15

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 15:03
· 157 commits to master since this release
4489027

Summary

  • Changes
    • Add configure command to override system capabilities. Contributed by
      Ignacio Sanchez Navarro. (#526)
    • An unrecognized ORG TLV is now considered as a custom one. (#536)
  • Fix:
    • Really don't send VLANs when there are too many (#520)
    • Ignore temporary IPv6 addresses (#521)

Changelog

  • [4489027] release: 1.0.15 (Vincent Bernat)
  • [09b95cb] protocol/lldp: accept unknown TLVs on known orgs (Vincent Bernat)
  • [2541f5c] client: make a connection before parsing inputs (Vincent Bernat)
  • [548719b] doc: mention contributor of last commit (Vincent Bernat)
  • [4c8e6e3] client: Added support to override system capabilities (Ignacio Sanchez Navarro)
  • [31c49c1] build: update flake.lock (Vincent Bernat)
  • [3161d66] github: only build tags, master branch and pull requests (Vincent Bernat)
  • [23fc28d] github: revert last change (Vincent Bernat)
  • [72bbcbd] github: show how to use triple backticks (Vincent Bernat)
  • [eacd951] netlink: fix indentation (Vincent Bernat)
  • [db5c708] netlink: ignore IPv6 temporary addresses (Vincent Bernat)
  • [a8bd66c] tests: really fix "too many VLANs" test (Vincent Bernat)
  • [4900429] doc: add an entry for latest commit (Vincent Bernat)
  • [1f5bc03] lldp: don't send vlan when without_vlans is set (Florent Fourcot)
  • [a3e1f7f] debian: update debhelper to 9 (Vincent Bernat)

What's Changed

New Contributors

Full Changelog: 1.0.14...1.0.15