diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2021-02-17 17:53:27 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2021-03-16 14:57:31 +0000 |
commit | 04208c6cfb4ec1ce5c30775736c51ce4899f7c23 (patch) | |
tree | 7d5d4518459aaeb90af62f2b3f6d6f8eabb07535 /docs/usecases/ikev2.rst | |
parent | 976b259be2ce9725f1d6756c14ff81069634a396 (diff) |
docs: ikev2 usecases
Type: docs
Change-Id: Ib607b9426572585c1c7bfc4fcbbb1591ff5d9d42
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'docs/usecases/ikev2.rst')
-rw-r--r-- | docs/usecases/ikev2.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/usecases/ikev2.rst b/docs/usecases/ikev2.rst new file mode 100644 index 00000000000..853b22ef738 --- /dev/null +++ b/docs/usecases/ikev2.rst @@ -0,0 +1,14 @@ +.. _ikev2: + +IKEv2 in VPP +============ + +This sections describes some of the ways to establish IKEv2 connection +between two VPP instances or VPP and strongSwan. It covers scenarios in +which VPP is the IKEv2 responder (and strongSwan initiator) and vice versa. + +.. toctree:: + + vpp_resp_sswan_init + vpp_init_sswan_resp + 2_vpp |