[ovs-discuss] How to select a vxlan send packet?

Guangvy 1965837689 at qq.com
Fri Mar 22 06:52:45 UTC 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20130322/669aba8a/attachment-0001.html>


More information about the discuss mailing list