Skip to content

Instantly share code, notes, and snippets.

@a1git
Created December 15, 2020 14:58
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 a1git/e731033a580dd7a20c22850df3d9c27f to your computer and use it in GitHub Desktop.
Save a1git/e731033a580dd7a20c22850df3d9c27f to your computer and use it in GitHub Desktop.
# VXLAN - Datapath - OVS-based
auto eno2
allow-br-vxlan eno2
iface eno2 inet manual
ovs_bridge br-vxlan
ovs_type OVSPort
mtu 9000
auto br-vxlan
allow-ovs br-vxlan
iface br-vxlan inet static
ovs_type OVSBridge
ovs_ports eno2
address 172.29.240.4/22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment