This series improves the OpenFlow 1.4 bundles code to follow the spec more closely. This is work in progress, as actual commits are still not supported.
Jarno Rajahalme (8): connmgr: Dealloc 'bundles' in ofconn_destroy(). rconn: Make OF 1.4 bundle messages 'admitted'. OF1.4 bundles: Verify xids. bundles: Reject bundle add with bad flags. bundles: Reject unbundlable messages. ofproto: Reject slave controllers for bundle messages. bundles: Clean up bundle commit. bundles: Validate bundled messages. lib/ofp-parse.c | 1 - lib/ofp-print.c | 2 +- lib/ofp-util.c | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++- lib/ofp-util.h | 5 ++- lib/rconn.c | 4 +- ofproto/bundles.c | 53 +++++++++++++-------------- ofproto/bundles.h | 48 ++++++++++++++++++++---- ofproto/connmgr.c | 1 + ofproto/ofproto.c | 45 ++++++++++++++++++++++- tests/ofp-print.at | 57 +++++++++++++++++++++++++---- 10 files changed, 269 insertions(+), 50 deletions(-) -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev