mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 13:32:54 +00:00
lldpd: Update to version 0.9.2
This new release has following changes since version 0.9.0:
lldpd (0.9.2)
Change:
- Ability to add/remove/replace custom TLV from lldpcli.
- LLDP-MED capabilities are displayed differently in lldpcli.
- Limit the maximum depth (5) when trying to apply a VLAN.
- Change JSON output format when using json-c to match Jansson
output.
- Integration tests for the major parts of lldpd, including use of
address and leak sanitizer.
Fix:
- LLDP-MED POE TLV are now displayed in lldpcli.
- Ignore lower link when it is in another namespace.
- Fix various problems with interfaces being enslaved.
- Fix a memory leak when modifying port-related settings.
lldpd (0.9.1)
Change:
- Rework packaging for OS X to make it work with El Capitan. To
simplify a bit, it is not possible anymore to build fat
binaries. Latest version of OS X supporting 32bit was 10.6.
Fix:
- By default, when using port alias as description, use port name
as port ID.
- Miscellaneous fixes with netlink cache.
- Ensure large netlink messages can be received.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
d7c6dc86ac
commit
eba63b3b2e
@ -11,8 +11,8 @@ SRC_URI = "\
|
||||
file://lldpd.default \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "ed0226129b0c90b3a45c273fe1aba8de"
|
||||
SRC_URI[sha256sum] = "300e4a590f7bf21c79d5ff94c2d6a69d0b2c34dbc21e17281496462a04ca80bc"
|
||||
SRC_URI[md5sum] = "b809887bc927fb558fd5dd64b6c0a494"
|
||||
SRC_URI[sha256sum] = "6054f29d41faf32186a22331853a299c87f4419b4332df4a564f76a139305a32"
|
||||
|
||||
inherit autotools update-rc.d useradd systemd pkgconfig bash-completion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user