Go to the source code of this file.
◆ foreach_ip6_adl_allowlist_error
#define foreach_ip6_adl_allowlist_error |
Value:_(ALLOWED, "ip6 allowlist allowed") \
_(DROPPED, "ip6 allowlist dropped")
Definition at line 36 of file ip6_allowlist.c.
◆ ip6_adl_allowlist_error_t
◆ format_ip6_adl_allowlist_trace()
static u8* format_ip6_adl_allowlist_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ip6_adl_allowlist_node()
◆ ip6_allowlist_init()
◆ ip6_adl_allowlist_error_strings
char* ip6_adl_allowlist_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
Definition at line 47 of file ip6_allowlist.c.
◆ ip6_adl_allowlist_node
Initial value:= {
.name = "ip6-adl-allowlist",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
(constructor) VLIB_REGISTER_NODE (ip6_adl_allowlist_node)
Definition at line 271 of file ip6_allowlist.c.