FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Add / del route request. More...
Add / del route request.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - software index of the new vlan's parent interface |
vrf_id | - fib table /vrf associated with the route |
lookup_in_vrf | - |
classify_table_index | - |
create_vrf_if_needed | - |
is_add | - 1 if adding the route, 0 if deleting |
is_drop | - Drop the packet |
is_unreach | - Drop the packet and rate limit send ICMP unreachable |
is_prohibit | - Drop the packet and rate limit send ICMP prohibited |
is_ipv6 | - 0 if an ip4 route, else ip6 |
is_local | - |
is_classify | - |
is_multipath | - Set to 1 if this is a multipath route, else 0 |
not_last | - Is last or not last msg in group of multiple add/del msgs |
next_hop_weight | - |
dst_address_length | - |
dst_address[16] | - |
next_hop_address[16] | - |
next_hop_n_out_labels | - the number of labels in the label stack |
next_hop_out_label_stack | - the next-hop output label stack, outer most first |
next_hop_via_label | - The next-hop is a resolved via a local label |
u32 vl_api_ip_add_del_route_t::next_hop_out_label_stack[next_hop_n_out_labels] |