punt and drop features: 48/8548/6
authorNeale Ranns <nranns@cisco.com>
Mon, 31 Jul 2017 09:30:50 +0000 (02:30 -0700)
committerDamjan Marion <dmarion.lists@gmail.com>
Tue, 10 Oct 2017 16:42:39 +0000 (16:42 +0000)
commitd91c1dbdb31f80db7d967f2f57c43d0a81d65297
treec7d323cd6980b6fc7c5d96157607a07e51efa468
parent268e64e312257b0ab36e0d5b9124cc3f2a1841a7
punt and drop features:
 - new IPv4 and IPv6 feature arcs on the punt and drop nodes
 - new features:
   - redirect punted traffic to an interface and nexthop
   - police punted traffic.

Change-Id: I53be8bf4e06545add8a3619e462de5ffedd0a95c
Signed-off-by: Neale Ranns <nranns@cisco.com>
19 files changed:
src/vat/api_format.c
src/vnet.am
src/vnet/ip/ip.api
src/vnet/ip/ip4.h
src/vnet/ip/ip4_error.h
src/vnet/ip/ip4_forward.c
src/vnet/ip/ip4_punt_drop.c [new file with mode: 0644]
src/vnet/ip/ip6.h
src/vnet/ip/ip6_error.h
src/vnet/ip/ip6_forward.c
src/vnet/ip/ip6_punt_drop.c [new file with mode: 0644]
src/vnet/ip/ip_api.c
src/vnet/ip/ip_punt_drop.h [new file with mode: 0644]
src/vnet/policer/node_funcs.c
src/vnet/policer/police_inlines.h [new file with mode: 0644]
src/vnet/policer/policer_api.c
test/test_ip4.py
test/test_ip6.py
test/vpp_papi_provider.py