mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
It is available since Kernel 4.19 and has two parmeters: 1. XFRM ID to map to an SA/SAs 2. Underlying Interface if you want to take advantage of IPSec Hardware Offload Otherwise it is treated as a normal interface and not like a tunnel (VTI). I added two attributes to the interface to configure it and otherwise use it as a normal interface. One example is: auto ipsec1 iface ipsec1 inet xfrm-physdev lo xfrmid 1
DO NOT EDIT NLMANAGER SOURCES. This is a mirror copy of python-nlmanager sources. It was extracted and directly included here to support some usecases where user don't have python-nlmanager already installed on their system. So we decided to have local copy and build with it. It is the mainter responsability to keep an updated version of nlmanager.