Replies: 1 comment 1 reply
|
This is one of the possible way to avoid sending the MAC of an inactive slave to the remote end which may be a switch learning the MAC. See the manual page of lldpcli. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
i didn't find related describtion in 802.1ab standard for LLDP
` if (hardware->h_mangle) {
#define MAC_UL_ADMINISTERED_BIT_MASK 0x02
char *src_mac = buffer + ETHER_ADDR_LEN;
char arbitrary[] = { 0x00, 0x60, 0x08, 0x69, 0x97, 0xef};
All reactions