Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-10 | test-lldp: fix minor OOM | Lennart Poettering | |
2015-02-10 | test-lldp: initialize structs when we define them | Lennart Poettering | |
2015-02-10 | test-lldp: use strndup() where possible | Lennart Poettering | |
2015-02-10 | libsystemd-network: Avoid potential NULL dereference in test-lldp | Philippe De Swert | |
As a malloc0 could fail, doing a strncpy without checking could cause issues. Adding an assert should be good enough and in line with other similar routines in the code. Found with Coverity Fixes: CID#1261402 | |||
2014-12-31 | network: add malloc-assertion in test | David Herrmann | |
Make sure malloc() really returns non-NULL in lldp test. | |||
2014-12-19 | networkd: Introduce Link Layer Discovery Protocol (LLDP) | Susant Sahani | |
This patch introduces LLDP support to networkd. it implements the receiver side of the protocol. The Link Layer Discovery Protocol (LLDP) is an industry-standard, vendor-neutral method to allow networked devices to advertise capabilities, identity, and other information onto a LAN. The Layer 2 protocol, detailed in IEEE 802.1AB-2005.LLDP allows network devices that operate at the lower layers of a protocol stack (such as Layer 2 bridges and switches) to learn some of the capabilities and characteristics of LAN devices available to higher layer protocols. |