FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
cop: enable/disable whitelist 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 |
u32 | sw_if_index |
u32 | fib_id |
u8 | ip4 |
u8 | ip6 |
u8 | default_cop |
cop: enable/disable whitelist 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 whitelist / blacklist fib |
ip4 | - 1 => enable ip4 filtration, 0=> disable ip4 filtration |
ip6 | - 1 => enable ip6 filtration, 0=> disable ip6 filtration |
default_cop | - 1 => enable non-ip4, non-ip6 filtration 0=> disable it |