tunnel: Common types for IP tunnels 41/24141/4
authorNeale Ranns <nranns@cisco.com>
Sun, 29 Dec 2019 23:55:18 +0000 (23:55 +0000)
committerDamjan Marion <dmarion@me.com>
Mon, 27 Jan 2020 20:40:30 +0000 (20:40 +0000)
commit59ff918ea5b86112ffc89054aa38107703354585
tree0e6dc887ead19b7be828954a08b1e15da81ddb58
parent3b37125bdb0251181f90a429a4532b339711cf89
tunnel: Common types for IP tunnels

Type: refactor

Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: I18dcdb7af3e327f6cacdbcb1e52b89f13d6ba6e2
25 files changed:
MAINTAINERS
src/plugins/ikev2/ikev2.c
src/vnet/CMakeLists.txt
src/vnet/gre/gre.api
src/vnet/gre/gre.h
src/vnet/gre/gre_api.c
src/vnet/gre/interface.c
src/vnet/gre/node.c
src/vnet/ipip/ipip.api
src/vnet/ipip/ipip.c
src/vnet/ipip/ipip.h
src/vnet/ipip/ipip_api.c
src/vnet/ipip/ipip_cli.c
src/vnet/ipip/ipip_types_api.c [deleted file]
src/vnet/ipip/node.c
src/vnet/ipsec/ipsec_api.c
src/vnet/ipsec/ipsec_cli.c
src/vnet/tunnel/tunnel.c [new file with mode: 0644]
src/vnet/tunnel/tunnel.h [new file with mode: 0644]
src/vnet/tunnel/tunnel_types.api [moved from src/vnet/ipip/ipip_types.api with 66% similarity]
src/vnet/tunnel/tunnel_types_api.c [new file with mode: 0644]
src/vnet/tunnel/tunnel_types_api.h [moved from src/vnet/ipip/ipip_types_api.h with 64% similarity]
test/test_gre.py
test/test_ipip.py
test/vpp_gre_interface.py