[ovs-git] Open vSwitch: ovs-ofctl: Adding support for table ID. (wdp)

dev at openvswitch.org dev at openvswitch.org
Mon Aug 2 20:32:23 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, wdp has been updated
       via  95ee79a8c9352237b900bf829e7cf722f3f0ec2b (commit)
      from  35bb77e1b47b8b533125d292c6d48cd734a2129a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 95ee79a8c9352237b900bf829e7cf722f3f0ec2b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=95ee79a8c9352237b900bf829e7cf722f3f0ec2b
Author: Hao Zheng <hzheng at nicira.com>
		
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.


-----------------------------------------------------------------------

Summary of changes:
 utilities/ovs-ofctl.8.in |   27 +++++++++++++---------
 utilities/ovs-ofctl.c    |   53 +++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 66 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list