FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
adl: enable/disable allow list filtration features on an interface Note: the supplied fib_id must match in order to remove the feature! More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_interface_index_t | sw_if_index |
u32 | fib_id |
bool | ip4 |
bool | ip6 |
bool | default_adl |
adl: enable/disable allow list filtration features on an interface Note: the supplied fib_id must match in order to remove the feature!
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - interface handle, physical interfaces only |
fib_id | - fib identifier for the allow/deny fib |
ip4 | - 1 => enable ip4 filtration, 0=> disable ip4 filtration |
ip6 | - 1 => enable ip6 filtration, 0=> disable ip6 filtration |
default_adl | - 1 => enable non-ip4, non-ip6 filtration 0 => disable it |
vl_api_interface_index_t vl_api_adl_allowlist_enable_disable_t::sw_if_index |