[ovs-discuss] Openvswitch 1.9 patch ports do not have port numbers

Jesse Gross jesse at nicira.com
Fri May 10 22:15:21 UTC 2013


On Fri, May 10, 2013 at 2:58 PM, Kris Lindgren <klindgren at godaddy.com> wrote:
> Now create bridges and patchport:
> ovs-vsctl add-br xenbr0-int
> ovs-vsctl add-br xenbr0-tun
> ovs-vsctl add-port xenbr0-int xenbr0-int-patch-tun
> ovs-vsctl set interface xenbr0-int-patch-tun type=patch
> ovs-vsctl set interface xenbr0-int-patch-tun
> options:peer=xenbr0-tun-patch-int
> ovs-vsctl add-port xenbr0-tun xenbr0-tun-patch-int
> ovs-vsctl set interface xenbr0-tun-patch-int type=patch
> ovs-vsctl set interface xenbr0-tun-patch-int
> options:peer=xenbr0-int-patch-tun

Your port names are too long. The max is 15 characters.



More information about the discuss mailing list