On Tue, Jul 28, 2015 at 5:18 AM, Abhishek Verma
<abhishekv.ve...@gmail.com> wrote:
> Hi,
>
> I have an OVS bridge in which i have added an eth0 and an eth1 port. I am
> receiving some traffic on eth1 and am sending it out on a VXLAN tunnel that
> goes out over eth0.

It does not make sense to have eth0 in the same bridge as the VXLAN
port since they are not in the same network segment (encapsulated vs.
not). OVS simply sends tunneled packets as IP to the Linux stack,
similar to any other application. These packets do not re-enter OVS
unless there is another bridge that is in the normal Linux forwarding
path.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to