fc2d95d115
This patch adds a "charon.plugins.kernel-vpp.use_tunnel_mode_sa" key into strongswan.conf. If this is turned off, SAs will be installed without tunnel information and can be used to "ipsec tunnel protect". For the route-based IPsec, it will be used with turning "policies" off in swanctl.conf. Type: feature Signed-off-by: Atzm Watanabe <atzmism@gmail.com> Change-Id: I58fb94bfe56627fa7002d9b95c48930a32993d2d
.. _strongswan_test_doc: Strongswan Testing Tool ======================= Simple test framework for VPP and strongSwan scenarios. setup and run ------------- ``docker`` is needed to run the tests. Create ``~/.vpp_sswan`` file and set ``VPP_BIN`` and ``VPPCTL`` variables that points to vpp and vppctl binaries, like follows: :: export VPP_BIN=/path/to/vpp export VPPCTL=/path/to/vppctl To run all test :: ./run.sh or specific test :: ./test_responder.sh