From 7d26984c49756b973389b5255f9c0632c95b60ae Mon Sep 17 00:00:00 2001 From: Alex Kudentsov <43482574+alexk37@users.noreply.github.com> Date: Sat, 31 Jan 2026 10:50:13 +0700 Subject: vpp: fix vxlan interface example --- docs/vpp/configuration/interfaces/vxlan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/vpp/configuration/interfaces/vxlan.rst b/docs/vpp/configuration/interfaces/vxlan.rst index 3bd03cc6..af48bc2d 100644 --- a/docs/vpp/configuration/interfaces/vxlan.rst +++ b/docs/vpp/configuration/interfaces/vxlan.rst @@ -100,8 +100,8 @@ VXLAN with Kernel Interface set vpp interfaces vxlan vxlan3 vni 3000 set vpp interfaces vxlan vxlan3 remote 203.0.113.30 set vpp interfaces vxlan vxlan3 source-address 192.168.1.1 - set vpp interfaces vxlan vxlan3 kernel-interface vpptun3 - set vpp kernel-interfaces vpptun3 address 10.0.3.1/24 + set vpp interfaces vxlan vxlan3 kernel-interface vpptap3 + set vpp kernel-interfaces vpptap3 address 10.0.3.1/24 Bridge Integration ------------------ -- cgit v1.2.3