Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

networkd: VXLAN netdev does not assign group address #15391

Closed
fooker opened this issue Apr 10, 2020 · 1 comment · Fixed by #15397
Closed

networkd: VXLAN netdev does not assign group address #15391

fooker opened this issue Apr 10, 2020 · 1 comment · Fixed by #15397
Labels
bug 🐛 Programming errors, that need preferential fixing network

Comments

@fooker
Copy link

fooker commented Apr 10, 2020

systemd version the issue has been seen with
systemd 243 (v243.8-1.fc31)

Used distribution
Fedora 31 (Server Edition)

Expected behaviour you didn't see
After creating a VXLAN netdev with a Group multicast address, the group address should be shown in ip -d link show NETDEV and networkctl show NETDEV.

Unexpected behaviour you saw
The group address is not assigned to the interface. No error is shown in debug log.

Steps to reproduce the problem
Create a VXLAN netdev (and a simple network) unit containing the following:

[NetDev]
Kind=vxlan
Name=myvx

[VXLAN]
VNI=1
Group=ff02::42:1
DestinationPort=8472

After restarting systemd-networkd the VXLAN device is created, but the group address is not assigned. Use ip -d link show myvx and networkctl show myvx to verify.

In contrast, creating the device using iproute2 (ip -6 link add name myvx type vxlan id 1 dev enp8s0 dstport 8472 group ff02::42:1) will assign the group address and it will show up in both commands.

The logs don't show any error or warning.

@poettering poettering added network bug 🐛 Programming errors, that need preferential fixing labels Apr 10, 2020
@ssahani
Copy link
Contributor

ssahani commented Apr 10, 2020

Fix is #15397

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Programming errors, that need preferential fixing network
Development

Successfully merging a pull request may close this issue.

3 participants