Re: [ovs-dev] [PATCH v5 5/7] ofp-actions: Allow pop_mpls on MPLS packets

2014-05-16 Thread Ben Pfaff
On Fri, May 16, 2014 at 11:30:24AM +0900, Simon Horman wrote: > With recirculation in place this should be safe. > > Signed-off-by: Simon Horman Nice. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH v5 5/7] ofp-actions: Allow pop_mpls on MPLS packets

2014-05-15 Thread Simon Horman
With recirculation in place this should be safe. Signed-off-by: Simon Horman --- v2 - v5 * No change --- lib/ofp-actions.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c index cc1f9a0..119677e 100644 --- a/lib/ofp-actions.c +++ b/lib/ofp-actions.c