16 Commits

Author SHA1 Message Date
systeembeheerder
bd737fcb66
Update vxlan.rst
more wrong ports..
2025-02-20 11:24:53 +01:00
systeembeheerder
d972a7dbdf
Update vxlan.rst 2025-02-20 11:08:31 +01:00
systeembeheerder
18ae054bda
Update vxlan.rst
remove "As VyOS is Linux based the default port used is not using 4789 as the default IANA-assigned destination UDP port number. Instead VyOS uses the Linux default port of 8472."

See 
* https://github.com/vyos/vyos-1x/blob/current/src/conf_mode/interfaces_vxlan.py#L226
* https://github.com/vyos/vyos-1x/blob/current/interface-definitions/interfaces_vxlan.xml.in#L105

Looks like VyOS DOES use 4789 and not 8472 by default.
2025-02-20 11:05:41 +01:00
systeembeheerder
92a5e4cf1e
Update vxlan.rst
`set interfaces vxlan <interface> source-address <interface>`

should be 

`set interfaces vxlan <interface> source-address <IP address>`

in 1.4.1:
```
# set interfaces vxlan vxlan1 source-address
Possible completions:
   <x.x.x.x>            IPv4 source address
   <h:h:h:h:h:h:h:h>    IPv6 source address
   127.0.0.1
   ::1
```
2025-02-20 10:52:29 +01:00
Christian Breunig
32400cbbda vxlan: T5753: add support for VNI filtering
(cherry picked from commit c8f8c2d10cca97bbc459c5a3565d4230e9fe61df)
2023-11-22 11:06:09 +01:00
Christian Breunig
c2b5fd2486 T5699: vxlan: migrate "external" CLI know to "parameters external"
(cherry picked from commit 8c838d7ca979a0272052f8eb1dd41fa35645df1d)
2023-10-31 07:38:06 +01:00
Christian Breunig
fa995c7dcb vxlan: T5668: add CLI knob to enable ARP/ND suppression
(cherry picked from commit 11cb9979e0087c9742ce80d11dd06318bc533917)
2023-10-31 07:33:15 +01:00
Christian Breunig
0834ca58cd vxlan: add missing "parameters nolearning" help
(cherry picked from commit 8a5804881c580f2c2ff25b25b9c4a5abea9ca228)
2023-10-28 21:35:04 +02:00
Christian Breunig
d80690d563 vxlan: T3700: support VLAN tunnel mapping of VLAN aware bridges 2023-09-09 07:27:57 +02:00
rebortg
b6e6dcf97b vxlan: proofread 2023-01-26 12:42:41 +01:00
Christian Poessinger
a14688033e vxlan: add gpe (Generic Protocol extension) option 2021-12-19 10:26:51 +01:00
Christian Poessinger
1086ffe3e5 vxlan: add new "external" keyword 2021-12-19 10:24:28 +01:00
rebortg
4594823ebd vxlan: correct spelling and grammar 2021-07-09 22:01:23 +02:00
rebortg
f293c1d880 interfaces: fix lint errors 2020-12-11 22:40:02 +01:00
rebortg
e33e1268f9 change include to absolute path 2020-11-30 19:46:59 +01:00
rebortg
4abded8025 arrange: interfaces 2020-11-29 21:52:28 +01:00