Skip to content

Instantly share code, notes, and snippets.

@major
Last active April 11, 2017 13:15
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 major/ad406705144bdbf0323c14565366fca3 to your computer and use it in GitHub Desktop.
Save major/ad406705144bdbf0323c14565366fca3 to your computer and use it in GitHub Desktop.
[root@hydrogen network]# cat br-vxlan.netdev
[NetDev]
Name=br-vxlan
Kind=bridge
[root@hydrogen network]# cat br-vxlan.network
[Match]
Name=br-vxlan
[Network]
Address=172.29.240.21/22
[root@hydrogen network]# cat vlan11.netdev
[NetDev]
Name=vlan11
Kind=vlan
[VLAN]
Id=11
[root@hydrogen network]# cat vlan11.network
[Match]
Name=vlan11
[Network]
Bridge=br-vxlan
# cat enp5s0.network
[Match]
Name=enp5s0
[Network]
VLAN=vlan11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment