osism / issues

This repository is used for bug reports that are cross-project or not bound to a specific repository (or to an unknown repository).
https://www.osism.tech
1 stars 1 forks source link

network: allow to mange *.netdev files in /etc/systemd/network #1109

Open berendt opened 2 months ago

berendt commented 2 months ago
# cat 20-vxlan42.netdev
[NetDev]
Name=vxlan42
Kind=vxlan
MTUBytes=1500

[VXLAN]
VNI=42
Local=A.B.C.D
MacLearning=true
DestinationPort=4789
Independent=yes
killermoehre commented 2 months ago

Shouldn't this be delegated to netplan instead? Or do you want to run a combined netplan/sd-networkd environment?