Re: [ovs-dev] [PATCH 02/23] ovn: Implement logical action to decrement IPv4 TTL.

2015-10-15 Thread Ben Pfaff
On Thu, Oct 15, 2015 at 01:53:23PM -0700, Justin Pettit wrote: > > > On Oct 9, 2015, at 9:15 PM, Ben Pfaff wrote: > > > > This is necessary for IPv4 routing. > > > > Signed-off-by: Ben Pfaff > > Acked-by: Justin Pettit Thanks, applied. ___ dev mai

Re: [ovs-dev] [PATCH 02/23] ovn: Implement logical action to decrement IPv4 TTL.

2015-10-15 Thread Justin Pettit
> On Oct 9, 2015, at 9:15 PM, Ben Pfaff wrote: > > This is necessary for IPv4 routing. > > Signed-off-by: Ben Pfaff Acked-by: Justin Pettit --Justin ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 02/23] ovn: Implement logical action to decrement IPv4 TTL.

2015-10-09 Thread Ben Pfaff
This is necessary for IPv4 routing. Signed-off-by: Ben Pfaff --- ovn/lib/actions.c | 9 + ovn/lib/lex.c | 13 + ovn/lib/lex.h | 1 + tests/ovn.at | 6 +- 4 files changed, 28 insertions(+), 1 deletion(-) diff --git a/ovn/lib/actions.c b/ovn/lib/actions.c i