Age | Commit message (Collapse) | Author |
|
more wrong ports..
|
|
|
|
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.
|
|
`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
```
|
|
(cherry picked from commit c8f8c2d10cca97bbc459c5a3565d4230e9fe61df)
|
|
(cherry picked from commit 8c838d7ca979a0272052f8eb1dd41fa35645df1d)
|
|
(cherry picked from commit 11cb9979e0087c9742ce80d11dd06318bc533917)
|
|
(cherry picked from commit 8a5804881c580f2c2ff25b25b9c4a5abea9ca228)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|