On Thu, Sep 17, 2015 at 02:54:07PM +0000, Alin Serdean wrote: > If we have a flow rule of the following form: > actions=strip_vlan,set_tunnel:0x3e9,15,16,17 (Where port 15, 16 and 17 are > VXLAN OF ports with different tunnelling information) > > Current implementation is that if a packet will hit that specific flow, > only one packet will be sent out with the first tunnelling information. > > This patch saves the initial packet source port for further use of the > currently implemented pipeline and ignores the latter if it > is the last tunnelling port. > > Signed-off-by: Alin Gabriel Serdean <[email protected]> > Acked-by: Nithin Raju <[email protected]> > Acked-by: Sairam Venugopal <[email protected]> > Acked-by: Sorin Vinturis <[email protected]> > --- > This patch is also intended for branch-2.4
Thanks, applied to master and branch-2.4. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
