Re: [ovs-dev] [Single DP 02/15] flow: Set ttl in flow_compose().

2012-10-22 Thread Simon Horman
On Thu, Oct 18, 2012 at 12:51:47PM -0700, Justin Pettit wrote: > Thanks to Ben Pfaff for immediately pinpointing the likely location of > the issue. > > Signed-off-by: Justin Pettit Tested-by: Simon Horman ___ dev mailing list dev@openvswitch.org htt

Re: [ovs-dev] [Single DP 02/15] flow: Set ttl in flow_compose().

2012-10-18 Thread Ben Pfaff
On Thu, Oct 18, 2012 at 12:51:47PM -0700, Justin Pettit wrote: > Thanks to Ben Pfaff for immediately pinpointing the likely location of > the issue. > > Signed-off-by: Justin Pettit Looks good, thanks. ___ dev mailing list dev@openvswitch.org http://op

[ovs-dev] [Single DP 02/15] flow: Set ttl in flow_compose().

2012-10-18 Thread Justin Pettit
Thanks to Ben Pfaff for immediately pinpointing the likely location of the issue. Signed-off-by: Justin Pettit --- lib/flow.c|1 + tests/ofproto-dpif.at | 36 ++-- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/lib/flow.c b/lib/