From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged. ( https://gerrit.ovirt.org/80187 )
Change subject: net: Introduce the LLDPAD driver with an LLDP interface ...................................................................... net: Introduce the LLDPAD driver with an LLDP interface The Link Layer Discovery Protocol (LLDP) is a vendor-neutral link layer protocol in the Internet Protocol Suite used by network devices for advertising their identity, capabilities, and neighbors on an IEEE 802 local area network, principally wired Ethernet. This patch introduces an LLDP interface, implemented using the lldpad service & tool. Bug-Url: https://bugzilla.redhat.com/1479677 Change-Id: Ia96dbf46fa656de6c12d495406715519a3d25439 Signed-off-by: Edward Haas <[email protected]> Signed-off-by: Dominik Holler <[email protected]> (cherry picked from commit 7b47fe3bbac7dd1e126d55b8064f6807819caf5e) --- M configure.ac M lib/vdsm/network/Makefile.am A lib/vdsm/network/lldp/Makefile.am A lib/vdsm/network/lldp/__init__.py A lib/vdsm/network/lldp/lldpad.py A lib/vdsm/network/lldpad/Makefile.am A lib/vdsm/network/lldpad/__init__.py A lib/vdsm/network/lldpad/lldptool.py M static/usr/lib/systemd/system/vdsmd.service.in A tests/network/lldpad_test.py M tests/network/nettestlib.py M vdsm.spec.in 12 files changed, 605 insertions(+), 2 deletions(-) Approvals: Jenkins CI: Passed CI tests Dan Kenigsberg: Verified; Looks good to me, approved Edward Haas: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/80187 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia96dbf46fa656de6c12d495406715519a3d25439 Gerrit-PatchSet: 7 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.1 Gerrit-Owner: Dominik Holler <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Dominik Holler <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
