GBP Endpoint Updates 09/14709/8
authorNeale Ranns <neale.ranns@cisco.com>
Wed, 5 Sep 2018 22:42:26 +0000 (15:42 -0700)
committerNeale Ranns <nranns@cisco.com>
Tue, 11 Sep 2018 16:00:29 +0000 (16:00 +0000)
commitc0a93143412b4be7bba087bf633855aeeaee7c56
treed3031d3a0af0963f75b54c169299425cd5d63319
parent0d8cbc1b1503b633fd024e498e7664b489841075
GBP Endpoint Updates

- common types on the API
- endpoints keyed in various ways for DP lookup
- conparison functions for VPP IP address types

Change-Id: If7ec0bbc5cea71fd0983fe78987d147ec1bd7ec8
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
39 files changed:
extras/vom/vom/gbp_endpoint.cpp
extras/vom/vom/gbp_endpoint.hpp
extras/vom/vom/gbp_endpoint_cmds.cpp
extras/vom/vom/gbp_endpoint_cmds.hpp
extras/vom/vom/gbp_subnet.cpp
extras/vom/vom/gbp_subnet_cmds.cpp
extras/vom/vom/prefix.hpp
src/plugins/gbp/gbp.api
src/plugins/gbp/gbp_api.c
src/plugins/gbp/gbp_classify.c
src/plugins/gbp/gbp_endpoint.c
src/plugins/gbp/gbp_endpoint.h
src/plugins/gbp/gbp_endpoint_group.c
src/plugins/gbp/gbp_policy.c
src/plugins/gbp/gbp_recirc.c
src/plugins/gbp/gbp_recirc.h
src/vnet/ip/ip6_packet.h
test/test_abf.py
test/test_bfd.py
test/test_bier.py
test/test_gbp.py
test/test_gre.py
test/test_ip6.py
test/test_ip_mcast.py
test/test_ipip.py
test/test_map.py
test/test_mpls.py
test/test_mtu.py
test/test_p2p_ethernet.py
test/test_qos.py
test/test_reassembly.py
test/test_sixrd.py
test/test_srmpls.py
test/test_srv6_ad.py
test/vpp_ip.py
test/vpp_ip_route.py
test/vpp_mac.py [new file with mode: 0644]
test/vpp_papi_provider.py
test/vpp_udp_encap.py