Re: [ovs-dev] [PATCH] ofp-util: Use table_id in OF1.2 Flow Remove Messages

2012-10-01 Thread Ben Pfaff
On Mon, Oct 01, 2012 at 04:51:49PM +0900, Simon Horman wrote: > Previously this field was ignored on decode and > set to zero on encode > > Also add OFPTT_ALL and OFPTT_MAX and use OFPTT_ALL in the one location > where it seems appropriate. > > Signed-off-by: Simon Horman Thanks for adding this

[ovs-dev] [PATCH] ofp-util: Use table_id in OF1.2 Flow Remove Messages

2012-10-01 Thread Simon Horman
Previously this field was ignored on decode and set to zero on encode Also add OFPTT_ALL and OFPTT_MAX and use OFPTT_ALL in the one location where it seems appropriate. Signed-off-by: Simon Horman --- include/openflow/openflow-1.1.h |9 + lib/ofp-print.c |4