summaryrefslogtreecommitdiff
path: root/docs/configuration/interfaces/vxlan.rst
AgeCommit message (Collapse)Author
2025-02-20Update vxlan.rstsysteembeheerder
more wrong ports..
2025-02-20Update vxlan.rstsysteembeheerder
2025-02-20Update vxlan.rstsysteembeheerder
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-20Update vxlan.rstsysteembeheerder
`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 ```
2023-11-22vxlan: T5753: add support for VNI filteringChristian Breunig
(cherry picked from commit c8f8c2d10cca97bbc459c5a3565d4230e9fe61df)
2023-10-31T5699: vxlan: migrate "external" CLI know to "parameters external"Christian Breunig
(cherry picked from commit 8c838d7ca979a0272052f8eb1dd41fa35645df1d)
2023-10-31vxlan: T5668: add CLI knob to enable ARP/ND suppressionChristian Breunig
(cherry picked from commit 11cb9979e0087c9742ce80d11dd06318bc533917)
2023-10-28vxlan: add missing "parameters nolearning" helpChristian Breunig
(cherry picked from commit 8a5804881c580f2c2ff25b25b9c4a5abea9ca228)
2023-09-09vxlan: T3700: support VLAN tunnel mapping of VLAN aware bridgesChristian Breunig
2023-01-26vxlan: proofreadrebortg
2021-12-19vxlan: add gpe (Generic Protocol extension) optionChristian Poessinger
2021-12-19vxlan: add new "external" keywordChristian Poessinger
2021-07-09vxlan: correct spelling and grammarrebortg
2020-12-11interfaces: fix lint errorsrebortg
2020-11-30change include to absolute pathrebortg
2020-11-29arrange: interfacesrebortg