FD.io VPP
v16.09
Vector Packet Processing
|
set interface input acl intfc <int> [ip4-table <index>]n [ip6-table <index>] [l2-table <index>] [del].
Declaration: set_input_acl_command (vnet/vnet/classify/input_acl.c:185)
Implementation: set_input_acl_command_fn.
show inacl type [ip4|ip6|l2].
Declaration: show_inacl_command (vnet/vnet/classify/input_acl.c:289)
Implementation: show_inacl_command_fn.
set policer classify interface <int> [ip4-table <index>]n [ip6-table <index>] [l2-table <index>] [del].
Declaration: set_policer_classify_command (vnet/vnet/classify/policer_classify.c:164)
Implementation: set_policer_classify_command_fn.
show classify policer type [ip4|ip6|l2].
Declaration: show_policer_classify_command (vnet/vnet/classify/policer_classify.c:228)
Implementation: show_policer_classify_command_fn.
classify session [hit-next|l2-hit-next|acl-hit-next <next_index>|policer-hit-next <policer_name>]n table-index <nn> match [hex] [l2] [l3 ip4] [opaque-index <index>].
Declaration: classify_session_command (vnet/vnet/classify/vnet_classify.c:1861)
Implementation: classify_session_command_fn.
classify table [miss-next|l2-miss_next|acl-miss-next <next_index>]n mask <mask-value> buckets <nn> [skip <n>] [match <n>] [del].
Declaration: classify_table (vnet/vnet/classify/vnet_classify.c:1266)
Implementation: classify_table_command_fn.
show classify tables [index <nn>].
Declaration: show_classify_table_command (vnet/vnet/classify/vnet_classify.c:1353)
Implementation: show_classify_tables_command_fn.
test classify [src <ip>] [sessions <nn>] [buckets <nn>] [table <nn>] [del].
Declaration: test_classify_command (vnet/vnet/classify/vnet_classify.c:2124)
Implementation: test_classify_command_fn.