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 ovs-vsctl add-port br2 P2
$ sudo ovs-vsctl show
da865915-f364-495b-8907-4ef97ec83471
    Bridge "br2"
        Port "P2"
            Interface "P2"
        Port "br2"
            Interface "br2"
                type: internal
    Bridge "br1"
        Port "P1"
            Interface "P1"
        Port "br1"
            Interface "br1"
                type: internal
$

Regards,
KAZU
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to