ofproto: Implement "hidden" and "readonly" OpenFlow tables.
authorBen Pfaff <blp@nicira.com>
Fri, 13 Jan 2012 23:18:30 +0000 (15:18 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 1 Feb 2012 22:15:14 +0000 (14:15 -0800)
commit5c67e4afcfa8ec9d1e0b98489436623a15109b16
tree7335675f051e647637a65e9f86be43e3374d4cdd
parent0f5f95a965ddc59e32bcae09a1735d1267fea13d
ofproto: Implement "hidden" and "readonly" OpenFlow tables.

A "hidden" table is one that OpenFlow operations affect only if the
table_id is explicitly specified, that is, operations that affect
all tables ignore it.

A "read-only" table is one that OpenFlow operations are not allowed
to modify.

I intend to use these flags in an upcoming commit for implementing
tables internal to the Open vSwitch implementation.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-provider.h
ofproto/ofproto.c