Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created January 8, 2015 10:09
Show Gist options
  • Save yuuichi-fujioka/2fb18eb7253b9838b967 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/2fb18eb7253b9838b967 to your computer and use it in GitHub Desktop.
add port for vxlan.
ovs-vsctl add-port ${BRIDGE_NAME} ${PORT_NAME} -- set interface ${PORT_NAME} type=vxlan options:remote_ip=${TARGET_VTEP_IP} options:key=${VXLAN_ID}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment