On Thu, Feb 04, 2016 at 04:00:49PM +0530, Piyush R Srivastava1 wrote: > Datapath actions: ct(zone=1),recirc(0x41) > > THE ABOVE COMMAND IS TRACING TILL TABLE 17 ONLY AND NOT FURTHER. > Last rule in it hit Table 17 says- > cookie=0x0, duration=250750.685s, table=17, n_packets=369, n_bytes=50101, > idle_age=5659, hard_age=65534, priority=100,ip,metadata=0x2 actions=ct > (table=18,zone=NXM_NX_REG5[0..15]) > > > Now how do i trace where the packet went / what happened further in > connection tracker and Table 18? > It is possible to trace using ofproto/trace or is there some other method > needed for tracing the exact pipeline of packet?
You can then trace a packet supplying recirc_id 0x41. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
