Go to the source code of this file.
Enumerator |
---|
L2_CLASSIFY_NEXT_DROP |
|
L2_CLASSIFY_NEXT_ETHERNET_INPUT |
|
L2_CLASSIFY_NEXT_IP4_INPUT |
|
L2_CLASSIFY_NEXT_IP6_INPUT |
|
L2_CLASSIFY_NEXT_LI |
|
L2_CLASSIFY_N_NEXT |
|
Definition at line 36 of file l2_classify.h.
Enumerator |
---|
L2_CLASSIFY_TABLE_IP4 |
|
L2_CLASSIFY_TABLE_IP6 |
|
L2_CLASSIFY_TABLE_OTHER |
|
L2_CLASSIFY_N_TABLES |
|
Definition at line 46 of file l2_classify.h.
void vnet_l2_classify_enable_disable |
( |
u32 |
sw_if_index, |
|
|
int |
enable_disable |
|
) |
| |
int vnet_l2_classify_set_tables |
( |
u32 |
sw_if_index, |
|
|
u32 |
ip4_table_index, |
|
|
u32 |
ip6_table_index, |
|
|
u32 |
other_table_index |
|
) |
| |
(constructor) VLIB_REGISTER_NODE (l2_classify_node)
Definition at line 53 of file l2_classify.c.