X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip.api;h=54047b6ae938902db4d1e8cb1df018599d5d26d5;hb=f068c3ed296c49dfbfe17677fc1ad2428fb4e3e4;hp=4569c33ecea7e64ac09c52395a132e9d264e78ba;hpb=b8d4481a93f919291d4b682ef0ac8948a9f1be32;p=vpp.git diff --git a/src/vnet/ip/ip.api b/src/vnet/ip/ip.api index 4569c33ecea..54047b6ae93 100644 --- a/src/vnet/ip/ip.api +++ b/src/vnet/ip/ip.api @@ -365,7 +365,6 @@ autoreply define sw_interface_ip6_set_link_local_address @param vrf_id - fib table /vrf associated with the route @param lookup_in_vrf - @param classify_table_index - - @param create_vrf_if_needed - @param is_add - 1 if adding the route, 0 if deleting @param is_drop - Drop the packet @param is_unreach - Drop the packet and rate limit send ICMP unreachable @@ -375,6 +374,7 @@ autoreply define sw_interface_ip6_set_link_local_address @param is_udp_encap - The path describes a UDP-o-IP encapsulation. @param is_classify - @param is_multipath - Set to 1 if this is a multipath route, else 0 + @param is_dvr - Does the route resolve via a DVR interface. @param is_source_lookup - The the path is a deaggregate path (i.e. a lookup in another table) is the lookup on the packet's source address or destination. @@ -399,7 +399,6 @@ autoreply define ip_add_del_route u32 classify_table_index; u32 next_hop_table_id; u32 next_hop_id; - u8 create_vrf_if_needed; u8 is_add; u8 is_drop; u8 is_unreach; @@ -410,7 +409,7 @@ autoreply define ip_add_del_route u8 is_multipath; u8 is_resolve_host; u8 is_resolve_attached; - u8 is_l2_bridged; + u8 is_dvr; u8 is_source_lookup; u8 is_udp_encap; u8 next_hop_weight; @@ -444,7 +443,6 @@ autoreply define ip_mroute_add_del u32 bier_imp; u16 grp_address_length; u8 next_hop_afi; - u8 create_vrf_if_needed; u8 is_add; u8 is_ipv6; u8 is_local;