ovs-ofctl: Adding support for table ID.
authorHao Zheng <hzheng@nicira.com>
Fri, 30 Jul 2010 01:19:05 +0000 (18:19 -0700)
committerHao Zheng <hzheng@nicira.com>
Mon, 2 Aug 2010 20:20:53 +0000 (13:20 -0700)
commit95ee79a8c9352237b900bf829e7cf722f3f0ec2b
tree9e9a5d45cd0128234f972c66c1a9b038cdceb044
parent35bb77e1b47b8b533125d292c6d48cd734a2129a
ovs-ofctl: Adding support for table ID.

Now for add-flow, add-flows, mod-flows and del-flows commands of ovs-ofctl
command, user can specify on which table these commands modify flows.  The
is accomplished by adding "table=table_id" to your flow description.
Note: currently Open vSwitch only supports up to 32 tables, so a valid
table_id should be in the range of 0 to 31.  If "table=table_id" is not
specified as part of the flow description, then these commands behave like
before.
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c