X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip.api;h=b08af5657fc7a910438bcde98d767c943f24037c;hp=cf25291b9bf852557d84a491f1f20ef488120481;hb=47527b2;hpb=a7dcae72cf4520df64dd75427541ca3c11cd8475 diff --git a/src/vnet/ip/ip.api b/src/vnet/ip/ip.api index cf25291b9bf..b08af5657fc 100644 --- a/src/vnet/ip/ip.api +++ b/src/vnet/ip/ip.api @@ -633,6 +633,8 @@ autoreply define ip_punt_police @param context - sender context, to match reply w/ request @param is_add - 1 to add neighbor, 0 to delete @param is_ipv6 - 1 for IPv6 neighbor, 0 for IPv4 + @param rx_sw_if_index - specify the original RX interface of traffic + that should be redirected. ~0 means any interface. @param tx_sw_if_index - the TX interface to which traffic shoulde be redirected. @param nh - The next-hop to redirect the traffic to.