On Sun, Dec 03, 2017 at 08:09:02PM +0200, Alin Gabriel Serdean wrote: > The tests: > ofproto-dpif - conntrack - controller > ofproto-dpif - conntrack - force commit > ofproto-dpif - conntrack - recirc,commit > > are broken on branch-2.8, because they are missing "ip," in the receive > packet. > > i.e.: > -NXT_PACKET_IN (xid=0x0): table_id=6 cookie=0x0 total_len=42 > ct_state=new|trk,ct_zone=1,ct_nw_src=10.1.1.1,ct_nw_dst=10.1.1.2,ct_nw_proto=17, > ct_tp_src=1,ct_tp_dst=2, > reg0=0x1,reg1=0x4d2,reg2=0x1,reg3=0x1, > reg4=0x1,in_port=1 (via action) data_len=42 (unbuffered) > +NXT_PACKET_IN (xid=0x0): table_id=6 cookie=0x0 total_len=42 > ct_state=new|trk,ct_zone=1,ct_nw_src=10.1.1.1,ct_nw_dst=10.1.1.2,ct_nw_proto=17, > ct_tp_src=1,ct_tp_dst=2, > ip,reg0=0x1,reg1=0x4d2,reg2=0x1,reg3=0x1,reg4=0x1,in_port=1 (via action) > data_len=42 (unbuffered) > > Found while running tests on branch-2.8. > > Signed-off-by: Alin Gabriel Serdean <[email protected]>
I did not apply the patch and run the tests myself, but this seems like an obvious fix. Thank you. Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
