On Tue, Jun 21, 2011 at 6:46 PM, el05682 <el05...@mail.ntua.gr> wrote:
> Thanx for the quick reply. Got that, but I still haven't solved my problem
> though.
>
> Is there any way to group the packet flow without sacrificing the L2 lookup?
> I think that the flows to multiple ports (i.e. ovs-ofctl add-flow br0
> in_port=3,actions=output:1,2)
> skip this lookup.

If you're outputting to particular ports then what would L2 learning
do?  It determines the output ports but you've already specified them.

You can match on some fields and then do learning for only a set of
flows by outputting to the NORMAL action.  I'm not sure that achieves
what you are looking for though.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to