lldp: allow to configure restricted interfaces 87/29487/9
authorDmitry Vakhrushev <dmitry@netgate.com>
Fri, 16 Oct 2020 20:39:28 +0000 (23:39 +0300)
committerMatthew Smith <mgsmith@netgate.com>
Thu, 19 Nov 2020 21:54:57 +0000 (21:54 +0000)
commit4a98cf9648bc6852be9ba6622dc633f2168a7f66
tree618ad895e22ac8b33acf194e591b173d8b3d34d3
parent91b364010cc81260f81af19bae6fd5ec22ee3b90
lldp: allow to configure restricted interfaces

  This improvement intended to allow sending of LLDP packets on an
interface even if the interface cannot support programming an extra
MAC address in order to receive LLDP messages from the attached
link peer.
  vnet_hw_interface_add_del_mac_address function fails on some
'virtio' interfaces due to limitation to set MAC addresses.

Type: improvement

Change-Id: I636de148736a0797d1fd70c6ab14759ff8fa42be
Signed-off-by: Dmitry Vakrhushev <dmitry@netgate.com>
src/plugins/lldp/lldp_cli.c