X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Flldp%2Flldp_node.h;h=f9bc9599827595bdc391ef18acd50313f97693f5;hb=dbf68c9aa258238260df34c0e864223ea4f3a987;hp=14a10e330de4740b7f0689500451572890451d32;hpb=99a0e60eb6f6acd7eabd5a4cb7ded1e0419ccd54;p=vpp.git diff --git a/src/vnet/lldp/lldp_node.h b/src/vnet/lldp/lldp_node.h index 14a10e330de..f9bc9599827 100644 --- a/src/vnet/lldp/lldp_node.h +++ b/src/vnet/lldp/lldp_node.h @@ -46,6 +46,14 @@ typedef struct lldp_intf /* Local info */ u8 *port_desc; + /* management ipv4 address */ + u8 *mgmt_ip4; + + /* management ipv6 address */ + u8 *mgmt_ip6; + + /* management object identifier */ + u8 *mgmt_oid; } lldp_intf_t; typedef struct @@ -123,7 +131,7 @@ typedef struct u8 data[400]; } lldp_input_trace_t; -enum +typedef enum { LLDP_EVENT_RESCHEDULE = 1, } lldp_process_event_t;