VPP-202: L2-GRE over IPSec 11/2311/5
authorMatus Fabian <matfabia@cisco.com>
Wed, 10 Aug 2016 08:55:36 +0000 (01:55 -0700)
committerKeith Burns <alagalah@gmail.com>
Wed, 17 Aug 2016 23:21:46 +0000 (23:21 +0000)
commit694265d4f10dc86bd27bfd29a2b7c49440aeb6b5
tree48dac360be791a6de945b4eaf1eca495ef08ef0a
parent0c25d1f2a872e693d22b81f1d9cd48cc46b10cc1
VPP-202: L2-GRE over IPSec

GRE encapsulate layer 2 traffic and IPSec encrypt what is encapsulated by GRE.
The whole point of L2-GRE over IPSec is to tunnel layer 2 over GRE and IPSec by
bridging the physical interface with IPSec-GRE tunnel interface.

Change-Id: Ia4cf9ed407bf663770e0d8905c0ad44ce73bd23b
Signed-off-by: Matus Fabian <matfabia@cisco.com>
21 files changed:
vnet/Makefile.am
vnet/vnet/buffer.h
vnet/vnet/ipsec-gre/dir.dox [new file with mode: 0644]
vnet/vnet/ipsec-gre/error.def [new file with mode: 0644]
vnet/vnet/ipsec-gre/interface.c [new file with mode: 0644]
vnet/vnet/ipsec-gre/ipsec_gre.c [new file with mode: 0644]
vnet/vnet/ipsec-gre/ipsec_gre.h [new file with mode: 0644]
vnet/vnet/ipsec-gre/ipsec_gre_doc.md [new file with mode: 0644]
vnet/vnet/ipsec-gre/node.c [new file with mode: 0644]
vnet/vnet/ipsec/esp_decrypt.c
vnet/vnet/ipsec/esp_encrypt.c
vnet/vnet/ipsec/ipsec.c
vnet/vnet/ipsec/ipsec.h
vnet/vnet/ipsec/ipsec_cli.c
vnet/vnet/ipsec/ipsec_if.c
vnet/vnet/ipsec/ipsec_if_in.c
vnet/vnet/ipsec/ipsec_input.c
vpp-api-test/vat/api_format.c
vpp/vpp-api/api.c
vpp/vpp-api/custom_dump.c
vpp/vpp-api/vpe.api