On Wed, Jun 04, 2014 at 10:28:01PM +0530, Ramana Reddy wrote: > How to duplicate the flow and send to two different destinations. > I want generate the same flow to two different destinations. This > can be done after duplicating the first flow and modifying the destination > mac and IP addresses and sending the both flows one after the other. > > > If it is possible, how can we do this in openvswith.
Use two output actions. Between them, modify the destination MAC and IP addresses. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
