summaryrefslogtreecommitdiff
path: root/docs/vpp/configuration/interfaces
diff options
context:
space:
mode:
authorAlex Kudentsov <43482574+alexk37@users.noreply.github.com>2026-01-31 10:50:13 +0700
committerAlex Kudentsov <43482574+alexk37@users.noreply.github.com>2026-01-31 10:50:13 +0700
commit7d26984c49756b973389b5255f9c0632c95b60ae (patch)
tree7bead00e0f19aba7ee448beef71147ee23907d49 /docs/vpp/configuration/interfaces
parent5fc3033f5743b126ed12d420f7d5839af7b5c9a1 (diff)
downloadvyos-documentation-7d26984c49756b973389b5255f9c0632c95b60ae.tar.gz
vyos-documentation-7d26984c49756b973389b5255f9c0632c95b60ae.zip
vpp: fix vxlan interface example
Diffstat (limited to 'docs/vpp/configuration/interfaces')
-rw-r--r--docs/vpp/configuration/interfaces/vxlan.rst4
1 files changed, 2 insertions, 2 deletions
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
------------------