Hi,
    Can someone help me ?
    The following is configurations, and wan to make the packets from vnet0, 
send out with vxlan1000 not with vxlan2000, just use one vxlan. My result is 
both tunnels send out the packet, so how to configure? Thanks.


Bridge br1
        Port "patch1"
            Interface "patch1"
                type: patch
                options: {peer="patch2"}
        Port "vnet0"
            tag: 100
            Interface "vnet0"
        Port br1
            Interface br1
                type: internal

Bridge br2
        Port "vxlan2000"
             Interface "vxlan2000"
                type: vxlan
                options: {key="2000", remote_ip="2.2.2.2"}
        Port "vxlan1000"
            Interface "vxlan1000"
                type: vxlan
                options: {key="1000", remote_ip="1.1.1.1"}
        Port "patch2"
            Interface "patch2"
                type: patch
                options: {peer="patch1"}
        Port br2
            Interface br2
                type: internal
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to