Go to the source code of this file.
|
static u8 * | format_srv6_ad_localsid_trace (u8 *s, va_list *args) |
|
static u8 * | format_srv6_ad_rewrite_trace (u8 *s, va_list *args) |
|
static_always_inline void | end_ad_processing (vlib_buffer_t *b0, ip6_header_t *ip0, ip6_sr_header_t *sr0, ip6_sr_localsid_t *ls0, u32 *next0) |
| Function doing SRH processing for AD behavior. More...
|
|
static uword | srv6_ad_localsid_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| SRv6 AD Localsid graph node. More...
|
|
static uword | srv6_ad2_rewrite_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| Graph node for applying a SR policy into an IPv6 packet. More...
|
|
static uword | srv6_ad4_rewrite_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| Graph node for applying a SR policy into an IPv6 packet. More...
|
|
static uword | srv6_ad6_rewrite_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| Graph node for applying a SR policy into an IPv6 packet. More...
|
|
◆ foreach_srv6_ad_rewrite_counter
#define foreach_srv6_ad_rewrite_counter |
Value:_(PROCESSED, "srv6-ad rewritten packets") \
_(NO_RW, "(Error) No header for rewriting.")
Definition at line 72 of file node.c.
◆ srv6_ad_localsid_next_t
Enumerator |
---|
SRV6_AD_LOCALSID_NEXT_ERROR | |
SRV6_AD_LOCALSID_NEXT_REWRITE4 | |
SRV6_AD_LOCALSID_NEXT_REWRITE6 | |
SRV6_AD_LOCALSID_NEXT_INTERFACE | |
SRV6_AD_LOCALSID_N_NEXT | |
Definition at line 93 of file node.c.
◆ srv6_ad_rewrite_counters
Enumerator |
---|
SRV6_AD_REWRITE_N_COUNTERS | |
Definition at line 76 of file node.c.
◆ srv6_ad_rewrite_next_t
Enumerator |
---|
SRV6_AD_REWRITE_NEXT_ERROR | |
SRV6_AD_REWRITE_NEXT_LOOKUP | |
SRV6_AD_REWRITE_N_NEXT | |
Definition at line 102 of file node.c.
◆ end_ad_processing()
Function doing SRH processing for AD behavior.
Definition at line 116 of file node.c.
◆ format_srv6_ad_localsid_trace()
static u8* format_srv6_ad_localsid_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_srv6_ad_rewrite_trace()
static u8* format_srv6_ad_rewrite_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ srv6_ad2_rewrite_fn()
Graph node for applying a SR policy into an IPv6 packet.
Encapsulation
Definition at line 300 of file node.c.
◆ srv6_ad4_rewrite_fn()
Graph node for applying a SR policy into an IPv6 packet.
Encapsulation
Definition at line 434 of file node.c.
◆ srv6_ad6_rewrite_fn()
Graph node for applying a SR policy into an IPv6 packet.
Encapsulation
Definition at line 577 of file node.c.
◆ srv6_ad_localsid_fn()
SRv6 AD Localsid graph node.
Definition at line 201 of file node.c.
◆ srv6_ad2_rewrite_node
Initial value:= {
.name = "srv6-ad2-rewrite",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword srv6_ad2_rewrite_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Graph node for applying a SR policy into an IPv6 packet.
vl_api_fib_path_type_t type
static char * srv6_ad_rewrite_counter_strings[]
static u8 * format_srv6_ad_rewrite_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (srv6_ad2_rewrite_node)
Definition at line 413 of file node.c.
◆ srv6_ad4_rewrite_node
Initial value:= {
.name = "srv6-ad4-rewrite",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
vl_api_fib_path_type_t type
static uword srv6_ad4_rewrite_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Graph node for applying a SR policy into an IPv6 packet.
static char * srv6_ad_rewrite_counter_strings[]
static u8 * format_srv6_ad_rewrite_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (srv6_ad4_rewrite_node)
Definition at line 66 of file node.c.
◆ srv6_ad6_rewrite_node
Initial value:= {
.name = "srv6-ad6-rewrite",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
vl_api_fib_path_type_t type
static char * srv6_ad_rewrite_counter_strings[]
static uword srv6_ad6_rewrite_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Graph node for applying a SR policy into an IPv6 packet.
static u8 * format_srv6_ad_rewrite_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (srv6_ad6_rewrite_node)
Definition at line 67 of file node.c.
◆ srv6_ad_localsid_node
Initial value:= {
.name = "srv6-ad-localsid",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static u8 * format_srv6_ad_localsid_trace(u8 *s, va_list *args)
vl_api_fib_path_type_t type
static uword srv6_ad_localsid_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
SRv6 AD Localsid graph node.
(constructor) VLIB_REGISTER_NODE (srv6_ad_localsid_node)
Definition at line 277 of file node.c.
◆ srv6_ad_rewrite_counter_strings
char* srv6_ad_rewrite_counter_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_srv6_ad_rewrite_counter
Definition at line 84 of file node.c.