On 2013/12/3 1:58, Ben Pfaff wrote:
> On Mon, Dec 02, 2013 at 05:42:58PM +0000, Kyle Mestery (kmestery) wrote:
>> My only curiosity here was what would the advantages of implementing
>> VEPA in OVS be over using the existing lldpad approach. I'd also be
>> interested to hear what Ben has to say here. Since VEPA is already
>> mostly implemented in something outside of OVS, then perhaps hooking
>> up with that work would be a good approach.
> 
> Isn't VEPA a pretty simple protocol?  I'd think that it could be
> implemented using OpenFlow.
Hi Ben

I have tried that method using OpenFlow rules to implement VEPA.
It may be easily supported to forward unicast packets. But I'm not sure
how to set OpenFlow rules when transferring multicast packets.
It's described as follows:
Firstly, multicast packets from VM1 will be sent out by up-link netdevice and
be loop backed to up-link netdevice by physical switch.
Secondly, we should avoid multicast packets being sent to VM1. Here we need
to gather every VM MAC addresses and add rules for each VM.

Could you share with me some opinions on such problems?

B.R.
Jerry
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
> 
> 


_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to