On Thu, Sep 12, 2013 at 12:53:26PM -0500, Faisal Ali wrote: > I am currently trying to connect three bridges on three hypervisor via > GRE tunnel to create a single collision domain. > > I am seeing broadcast packets being forwarded from ingress gre tunnel > to egress gre tunnel. How do I prevent that. Just want VMs broadcast > to be forwarded to tunnels.
OpenFlow allows matching of broadcast and multicast packets. You can use that to set up whatever forwarding behavior you want. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
