>A patch port?
Thank you for your comment, I found the key word "patch port" in documents.
I tried following command.
$ sudo ovs-vsctl set interface P1 type=patch options:peer=P2
$ sudo ovs-vsctl set interface P2 type=patch options:peer=P1
This is what I wanted to do.
Thank you very much.
Regard
Hi, all.
I am a beginner to openvswitch. Please help me.
I want to add logical link between two switches, br1 and br2.
I added port P1 to br1 and P2 to br2.
Then, what should I do to connect P1 and P2?
$ sudo ovs-vsctl add-br br1
$ sudo ovs-vsctl add-br br2
$ sudo ovs-vsctl add-port br1 P1
$ sudo