lldp packet transmission on a bonded interface 05/7505/2
authorSteve Shin <jonshin@cisco.com>
Fri, 7 Jul 2017 21:57:46 +0000 (14:57 -0700)
committerJohn Lo <loj@cisco.com>
Mon, 10 Jul 2017 21:45:54 +0000 (21:45 +0000)
commitcdb8514ac0e70add06de9cd2cfe8628c5cf644ba
tree197f1fd4919cb9606a002d056e78968a8edbc09c
parente6fa2e3d5abf37fbebd5c7f5951271d519003b41
lldp packet transmission on a bonded interface

LLDP packets are dropped at interface output node if each slave's link
is configured as the LLDP interface. The admin state is configured and
managed by the bonded interface, so slave link's state is down by default.
The checking for the admin state UP should be ignored for the slave link.

Change-Id: I06ca250f42fcb8cc50e0ea3a3817a2c5b56865df
Signed-off-by: Steve Shin <jonshin@cisco.com>
(cherry picked from commit 042a621b90c9f521b546cbbf724bb908e36f3b25)
src/plugins/dpdk/device/init.c
src/vnet/interface_output.c
src/vnet/lldp/lldp_cli.c