From 359d9031611b0967459db0c5dfbe73a7ec093714 Mon Sep 17 00:00:00 2001 From: Alex Kudentsov <43482574+alexk37@users.noreply.github.com> Date: Thu, 5 Feb 2026 22:28:12 +0800 Subject: vpp: fix ipsec interface config syntax (#1758) --- docs/vpp/configuration/ipsec.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/vpp/configuration/ipsec.rst b/docs/vpp/configuration/ipsec.rst index 91dcd19e..a15000cb 100644 --- a/docs/vpp/configuration/ipsec.rst +++ b/docs/vpp/configuration/ipsec.rst @@ -153,8 +153,8 @@ On the VPP host: set vpn ipsec site-to-site peer peerB vti bind 'vti1' set vpn ipsec site-to-site peer peerB vti traffic-selector remote prefix '192.168.200.0/24' - set vpp settings interface eth1 driver 'dpdk' - set vpp settings interface eth2 driver 'dpdk' + set vpp settings interface eth1 + set vpp settings interface eth2 set vpp settings ipsec netlink rx-buffer-size '32000' set vpp settings lcp ignore-kernel-routes -- cgit v1.2.3