diff options
Diffstat (limited to 'docs/usecases/ikev2/index.rst')
-rw-r--r-- | docs/usecases/ikev2/index.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/usecases/ikev2/index.rst b/docs/usecases/ikev2/index.rst new file mode 100644 index 00000000000..c9829b41908 --- /dev/null +++ b/docs/usecases/ikev2/index.rst @@ -0,0 +1,14 @@ +.. _ikev2: + +IKEv2 with 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 |