auto-attach: Implement interface lldp disable and re-enable
authorDennis Flynn <drflynn@avaya.com>
Wed, 15 Apr 2015 15:53:56 +0000 (11:53 -0400)
committerBen Pfaff <blp@nicira.com>
Mon, 20 Apr 2015 19:23:56 +0000 (12:23 -0700)
commit19aef6ef26d36511d820e3e629c57df59eb0941d
treece499888dff339f46825c4e28eee05c167a1e4d0
parent513a32eea658ed86f3aaa3eda9f701d31d6fbcd6
auto-attach: Implement interface lldp disable and re-enable

This commit completes the implementation of the lldp enable
option. Specifically after enabling lldp on a particular interface, lldp can
now be disabled and subsequently re-enabled. OVS will not transmit or receive
lldp packets if lldp is disabled on the interface.

Signed-off-by: Dennis Flynn <drflynn@avaya.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ovs-lldp.c
lib/ovs-lldp.h
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c