Page MenuHomeVyOS Platform

VXLAN has state A/D after configuration
Closed, ResolvedPublicBUG

Description

The issue described in the forum topic https://forum.vyos.io/t/vyos-1-3-rolling-202008200357-vxlan-not-working/5823
In rolling releases, VXLAN always has state A/D
Reproducing steps:

set interfaces vxlan vxlan1 address '172.16.0.2/24'
set interfaces vxlan vxlan1 mtu '1500'
set interfaces vxlan vxlan1 remote '192.168.255.15'
set interfaces vxlan vxlan1 vni '1'
vyos@vyos#  run show interfaces vxlan 
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface        IP Address                        S/L  Description
---------        ----------                        ---  -----------
vxlan1           172.16.0.2/24                     A/D

If change interface status manually, it works.

vyos@vyos#  run show interfaces vxlan 
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface        IP Address                        S/L  Description
---------        ----------                        ---  -----------
vxlan1           172.16.0.2/24                     u/u  
[edit]
vyos@vyos# run ping 172.16.0.1 count 2
PING 172.16.0.1 (172.16.0.1) 56(84) bytes of data.
64 bytes from 172.16.0.1: icmp_seq=1 ttl=64 time=1.78 ms
64 bytes from 172.16.0.1: icmp_seq=2 ttl=64 time=0.737 ms

--- 172.16.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 2ms
rtt min/avg/max/mdev = 0.737/1.258/1.780/0.522 ms

Details

Difficulty level
Easy (less than an hour)
Version
1.3-rolling-202008230118
Why the issue appeared?
Implementation mistake
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

Unknown Object (User) created this task.Aug 23 2020, 6:30 AM
c-po triaged this task as High priority.
c-po changed Difficulty level from Unknown (require assessment) to Easy (less than an hour).
c-po changed Why the issue appeared? from Will be filled on close to Implementation mistake.
Unknown Object (User) added a subscriber: Unknown Object (User).Aug 24 2020, 1:07 PM
erkin set Issue type to Bug (incorrect behavior).Aug 29 2021, 1:19 PM
erkin removed a subscriber: Active contributors.