FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
adj_index_t | adj_rewrite_add_and_lock (fib_protocol_t nh_proto, vnet_link_t link_type, u32 sw_if_index, u8 *rewrite) |
adj_rewrite_add_and_lock More... | |
adj_index_t adj_rewrite_add_and_lock | ( | fib_protocol_t | nh_proto, |
vnet_link_t | link_type, | ||
u32 | sw_if_index, | ||
u8 * | rewrite | ||
) |
adj_rewrite_add_and_lock
A rewrite adjacency has no key, and thus cannot be 'found' from the FIB resolution code.
A rewrite sub-type has the rewrite string provided, but no key
Definition at line 25 of file adj_rewrite.c.