diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2021-02-20 02:26:17 +0000 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2021-03-04 14:57:54 +0000 |
commit | d5a3380c65a8ab9e317b8b51a92d50b70e2a9481 (patch) | |
tree | b300ea5fddc7aa59af5d97d50bdd9d6f65a925da /extras/strongswan/configs/strongswan.conf | |
parent | 619fc7e3e82b62acf28078853860c9f9803a9dc4 (diff) |
misc: add ikev2 tests usecases
Type: test
Ticket: VPP-1893
Change-Id: Ib6ffd00e73f7110bf9e702f4a0fd5c68395d6786
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'extras/strongswan/configs/strongswan.conf')
-rw-r--r-- | extras/strongswan/configs/strongswan.conf | 16 |
1 files changed, 16 insertions, 0 deletions
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 |