FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
2 x CDP graph nodes: an "interior" node to process incoming announcements, and a "process" node to periodically send announcements. More...
Go to the source code of this file.
Enumerations | |
enum | cdp_next_t { CDP_INPUT_NEXT_NORMAL, CDP_INPUT_N_NEXT } |
Functions | |
static uword | cdp_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
static uword | cdp_process (vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f) |
void | vnet_cdp_node_reference (void) |
Variables | |
static char * | cdp_error_strings [] |
static vlib_node_registration_t | cdp_input_node |
(constructor) VLIB_REGISTER_NODE (cdp_input_node) More... | |
vlib_node_registration_t | cdp_process_node |
(constructor) VLIB_REGISTER_NODE (cdp_process_node) More... | |
2 x CDP graph nodes: an "interior" node to process incoming announcements, and a "process" node to periodically send announcements.
The interior node is neither pipelined nor dual-looped, because it would be very unusual to see more than one CDP packet in a given input frame. So, it's a very simple / straightforward example.
Definition in file cdp_node.c.
enum cdp_next_t |
Enumerator | |
---|---|
CDP_INPUT_NEXT_NORMAL | |
CDP_INPUT_N_NEXT |
Definition at line 45 of file cdp_node.c.
|
static |
|
static |
void vnet_cdp_node_reference | ( | void | ) |
|
static |
Definition at line 34 of file cdp_node.c.
|
static |
(constructor) VLIB_REGISTER_NODE (cdp_input_node)
Definition at line 104 of file cdp_node.c.
vlib_node_registration_t cdp_process_node |
(constructor) VLIB_REGISTER_NODE (cdp_process_node)
Definition at line 207 of file cdp_node.c.