summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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
------------------