Skip to content

Instantly share code, notes, and snippets.

@grawlinson
Last active May 5, 2020 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grawlinson/4711f62ab80ce627f069c20398b091b0 to your computer and use it in GitHub Desktop.
Save grawlinson/4711f62ab80ce627f069c20398b091b0 to your computer and use it in GitHub Desktop.
VLAN Bridging with systemd-networkd
[NetDev]
Name=br10
Kind=bridge
[Bridge]
ForwardDelaySec=0
STP=false
[Match]
Name=br10
[Match]
Name=eno1
[Network]
VLAN=vlan10
VLAN=vlan20
VLAN=vlan30
VLAN=vlan40
[NetDev]
Name=vlan10
Kind=vlan
[VLAN]
Id=10
[Match]
Name=vlan10
[Network]
Bridge=br10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment