From d5a3380c65a8ab9e317b8b51a92d50b70e2a9481 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Sat, 20 Feb 2021 02:26:17 +0000 Subject: misc: add ikev2 tests usecases Type: test Ticket: VPP-1893 Change-Id: Ib6ffd00e73f7110bf9e702f4a0fd5c68395d6786 Signed-off-by: Filip Tehlar --- extras/strongswan/configs/strongswan.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 extras/strongswan/configs/strongswan.conf (limited to 'extras/strongswan/configs/strongswan.conf') diff --git a/extras/strongswan/configs/strongswan.conf b/extras/strongswan/configs/strongswan.conf new file mode 100644 index 00000000000..9a6e2f27280 --- /dev/null +++ b/extras/strongswan/configs/strongswan.conf @@ -0,0 +1,16 @@ +charon { + load_modular = yes + plugins { + include strongswan.d/charon/*.conf + } + filelog { + /tmp/charon.log { + time_format = %b %e %T + ike_name = yes + append = no + default = 2 + flush_line = yes + } + } +} +include strongswan.d/*.conf -- cgit 1.2.3-korg