ofp-print: Change "table_id" to "table" in flow_mod and flow_stats.
authorBen Pfaff <blp@nicira.com>
Wed, 8 Jun 2011 19:36:53 +0000 (12:36 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 14 Jun 2011 18:21:52 +0000 (11:21 -0700)
commite896c2d42dbb84d1e29504b0b1ed5449f007dea5
tree59033b73628809cdc7d6c38eef40e7472d85d0cf
parent33d8c6b4128a471db620ca2747973a88af87fb32
ofp-print: Change "table_id" to "table" in flow_mod and flow_stats.

Flow dumps printed the OpenFlow table ID under the name "table_id", but
the flow parser only accepted "table".  This makes them consistent by
changing the output.  (Another alternative would be to change the accepted
input name.)
lib/ofp-print.c
tests/ofp-print.at
tests/ofproto.at
tests/ovs-ofctl.at