From 9196ed798a49c0e89252c00770fde4db3e90c81d Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Fri, 13 May 2022 00:36:39 +0000 Subject: [PATCH] misc: update config script in IKEv2 test Type: fix Signed-off-by: Filip Tehlar Change-Id: Iba82f8e0f18f3e1e4da57f4c23ba9272e87afd93 --- extras/strongswan/configs/responder_nat/vpp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/strongswan/configs/responder_nat/vpp.conf b/extras/strongswan/configs/responder_nat/vpp.conf index 9ba3fdf2604..34c4f8fb704 100644 --- a/extras/strongswan/configs/responder_nat/vpp.conf +++ b/extras/strongswan/configs/responder_nat/vpp.conf @@ -32,7 +32,7 @@ ikev2 profile set pr1 tunnel ipip0 ip route add table 1 192.168.5.0/24 via ipip0 set interface unnumbered ipip0 use pipe0.1 -nat44 enable sessions 10 +nat44 plugin enable nat44 add address 192.168.10.2 set interface nat44 in pipe0.0 out host-vpp nat44 add static mapping udp local 10.0.0.2 500 external 192.168.10.2 500 -- 2.16.6