[ovs-dev] [PATCH 0/3] IPsec support for tunneling

Qiuyu Xiao qiuyu.xiao.qyx at gmail.com
Wed Jun 27 17:58:41 UTC 2018


This patch series reintroduce IPsec support for OVS tunneling and adds new
features to prepare for the OVN IPsec support. The new features are:

1) Add CA-cert based authentication support to ovs-monitor-ipsec.
2) Enable ovs-pki to generate x.509 version 3 certificate.

Ansis Atteka (1):
  ipsec: reintroduce IPsec support for tunneling

Qiuyu Xiao (2):
  ipsec: add CA-cert based authentication
  ovs-pki: generate x.509 v3 certificate

 Documentation/automake.mk        |    1 +
 Documentation/howto/index.rst    |    1 +
 Documentation/howto/ipsec.rst    |  259 +++++++
 Makefile.am                      |    1 +
 debian/automake.mk               |    3 +
 debian/control                   |   21 +
 debian/openvswitch-ipsec.dirs    |    1 +
 debian/openvswitch-ipsec.init    |  189 ++++++
 debian/openvswitch-ipsec.install |    1 +
 ipsec/automake.mk                |    9 +
 ipsec/ovs-monitor-ipsec          |  763 +++++++++++++++++++++
 tests/automake.mk                |    1 +
 tests/ovs-monitor-ipsec.at       | 1076 ++++++++++++++++++++++++++++++
 tests/testsuite.at               |    1 +
 utilities/ovs-pki.in             |   18 +-
 vswitchd/vswitch.xml             |   83 ++-
 16 files changed, 2421 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/howto/ipsec.rst
 create mode 100644 debian/openvswitch-ipsec.dirs
 create mode 100644 debian/openvswitch-ipsec.init
 create mode 100644 debian/openvswitch-ipsec.install
 create mode 100644 ipsec/automake.mk
 create mode 100755 ipsec/ovs-monitor-ipsec
 create mode 100644 tests/ovs-monitor-ipsec.at

-- 
2.17.1



More information about the dev mailing list