Page MenuHomeVyOS Platform

vxlan: source-interface is not honored and throws config error
Closed, ResolvedPublicBUG

Description

cpo@leaf-02# show interfaces vxlan
+vxlan vxlan1 {
+    mtu 1500
+    parameters {
+        nolearning
+    }
+    port 4789
+    source-interface dum1
+    vni 100
+}
cpo@leaf-02# commit
[ interfaces vxlan vxlan1 ]
Group, remote or source-address must be configured

[[interfaces vxlan vxlan1]] failed

Details

Difficulty level
Easy (less than an hour)
Version
1.4-rolling-202308021247
Why the issue appeared?
Implementation mistake
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

c-po created this task.
c-po triaged this task as Normal priority.
c-po changed Why the issue appeared? from Will be filled on close to Implementation mistake.