diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-01-31 12:22:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-31 12:22:59 +0200 |
| commit | 8cb7a5f4c7390a6ae45ed5162bf1757a1aa6e6df (patch) | |
| tree | 7bead00e0f19aba7ee448beef71147ee23907d49 /docs/vpp | |
| parent | 5fc3033f5743b126ed12d420f7d5839af7b5c9a1 (diff) | |
| parent | 7d26984c49756b973389b5255f9c0632c95b60ae (diff) | |
| download | vyos-documentation-8cb7a5f4c7390a6ae45ed5162bf1757a1aa6e6df.tar.gz vyos-documentation-8cb7a5f4c7390a6ae45ed5162bf1757a1aa6e6df.zip | |
Merge pull request #1751 from alexk37/fix-vxlan-vpp
vpp: fix vxlan interface example
Diffstat (limited to 'docs/vpp')
| -rw-r--r-- | docs/vpp/configuration/interfaces/vxlan.rst | 4 |
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 ------------------ |
