Re: [ovs-dev] [PATCH v2 11/12] userspace: Introduce packet_type in OF 1.5 packet-out

2017-06-19 Thread Ben Pfaff
Thanks. I'll fold that in for the next version. On Mon, Jun 19, 2017 at 03:53:31PM +, Zoltán Balogh wrote: > Hi Ben, > > The bridge property 'other-config:legacy-l3-pipeline' is obsolete, so the 3 > lines starting at line 4197 in ofproto.at can be removed. > > > +AT_CHECK([ > > +

Re: [ovs-dev] [PATCH v2 11/12] userspace: Introduce packet_type in OF 1.5 packet-out

2017-06-19 Thread Zoltán Balogh
Hi Ben, The bridge property 'other-config:legacy-l3-pipeline' is obsolete, so the 3 lines starting at line 4197 in ofproto.at can be removed. > +AT_CHECK([ > +ovs-vsctl set bridge br0 other-config:legacy-l3-pipeline=false > +], [0]) Best regards, Zoltan > -Original Message- >

[ovs-dev] [PATCH v2 11/12] userspace: Introduce packet_type in OF 1.5 packet-out

2017-06-18 Thread Ben Pfaff
From: Zoltán Balogh Introducing packet_type in OF 1.5 packet-out. Partly based on Jean Tourrilhes's work. Add test cases for OF1.5 packet-out Add negative test case for OF1.5 packet-out Modify wildcarding and packet-out test printout. Signed-off-by: Jean Tourrilhes