Created
January 8, 2015 10:09
-
-
Save yuuichi-fujioka/2fb18eb7253b9838b967 to your computer and use it in GitHub Desktop.
add port for vxlan.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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