Implement Vacancy Events for OFPMP_TABLE_DESC.
authorSaloni Jain <saloni.jain@tcs.com>
Tue, 24 Nov 2015 12:20:22 +0000 (17:50 +0530)
committerBen Pfaff <blp@ovn.org>
Mon, 30 Nov 2015 02:01:14 +0000 (18:01 -0800)
commitbab86012066c353c75d2b8446c25daea2471d939
tree525aa69ab6cf2e2121228cdefcc0a51313d4e5e9
parentde7d3c0761a34232613ac60792c0f6cf75fdca8e
Implement Vacancy Events for OFPMP_TABLE_DESC.

This patch adds support for vacancy events in table-desc.

ovs-ofctl -O OpenFlow14 dump-tables-desc <switch>
-This command is enhanced to display the Vacancy Event configuration
 of the tables on a <switch>, which is set using the mod-table command.

Signed-off-by: Saloni Jain <saloni.jain@tcs.com>
Co-authored-by: Hiteshi Kalra <hiteshi.kalra@tcs.com>
Signed-off-by: Hiteshi Kalra <hiteshi.kalra@tcs.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/ofp-print.c
lib/ofp-util.c
ofproto/ofproto.c
tests/ofproto.at