diff options
| author | Alex Kudentsov <43482574+alexk37@users.noreply.github.com> | 2026-02-05 22:28:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-05 14:28:12 +0000 |
| commit | 359d9031611b0967459db0c5dfbe73a7ec093714 (patch) | |
| tree | 047653281fc2452bea21f559613ffe559b64c2ff /docs | |
| parent | db60d50a0bf2023473d84a92be29f862340392d6 (diff) | |
| download | vyos-documentation-359d9031611b0967459db0c5dfbe73a7ec093714.tar.gz vyos-documentation-359d9031611b0967459db0c5dfbe73a7ec093714.zip | |
vpp: fix ipsec interface config syntax (#1758)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/vpp/configuration/ipsec.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
