]> git.proxmox.com Git - mirror_iproute2.git/commit
ip: xfrm: add espintcp encapsulation
authorSabrina Dubroca <sd@queasysnail.net>
Sun, 19 Jan 2020 10:32:09 +0000 (11:32 +0100)
committerDavid Ahern <dsahern@gmail.com>
Wed, 22 Jan 2020 03:42:01 +0000 (03:42 +0000)
commit22aec42679d57b8e0aef864c4d45feadb727c3ce
tree415b57a09f321f35d3c516d8455d41fd4118b3b1
parent4df5ad933ca8cebf23a4868061b28ab869e9b77a
ip: xfrm: add espintcp encapsulation

While at it, convert xfrm_xfrma_print and xfrm_encap_type_parse to use
the UAPI macros for encap_type as suggested by David Ahern, and add the
UAPI udp.h header (sync'd from ipsec-next to get the TCP_ENCAP_ESPINTCP
definition).

Co-developed-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Signed-off-by: David Ahern <dsahern@gmail.com>
ip/ipxfrm.c
ip/xfrm_state.c
man/man8/ip-xfrm.8