openflow-1.1+: OFPT_TABLE_MOD (part 1)
authorAndy Zhou <azhou@nicira.com>
Sat, 7 Sep 2013 10:02:32 +0000 (03:02 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 7 Sep 2013 18:01:33 +0000 (11:01 -0700)
commit918f2b827076f3af4ae6c3f0c20b93233947cf4c
treec7cdf399d98f479282ad71a710afd011320b4572
parent451564513e97083009af2dd66f52884f13a26365
openflow-1.1+: OFPT_TABLE_MOD (part 1)

Added infrastructure to support Openflow OFPT_TABLE_MOD message. This patch
does not include the flexible table miss handling code that is necessary to
support the semantics specified in OFPT_TABLE_MOD messages.

Current flow miss behavior continues to conform to Openflow 1.0.  Future
commits to add more flexible table miss support are needed to fully support
OPFT_TABLE_MOD for Openflow-1.1+.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
13 files changed:
include/openflow/openflow-1.1.h
lib/learning-switch.c
lib/ofp-msgs.h
lib/ofp-parse.c
lib/ofp-parse.h
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
lib/rconn.c
ofproto/ofproto.c
tests/ofp-print.at
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c