From 777af88d50b8271a8cc8f0a79d17022944481506 Mon Sep 17 00:00:00 2001 From: Alexandru Copot Date: Fri, 2 May 2014 09:54:27 +0300 Subject: Add basic implementation for OpenFlow 1.4 bundles This is only the communication part of the bundles functionality. The actual message pre-validation and commits are not implemented. We also enable OF1.4 for all the tests. Signed-off-by: Alexandru Copot Cc: Daniel Baluta [blp@nicira.com made ofputil_decode_bundle_add() more obviously correct] Signed-off-by: Ben Pfaff --- lib/rconn.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/rconn.c') diff --git a/lib/rconn.c b/lib/rconn.c index cb3cdd5d4..2c49ca850 100644 --- a/lib/rconn.c +++ b/lib/rconn.c @@ -1350,6 +1350,8 @@ is_admitted_msg(const struct ofpbuf *b) case OFPTYPE_GROUP_FEATURES_STATS_REPLY: case OFPTYPE_TABLE_FEATURES_STATS_REQUEST: case OFPTYPE_TABLE_FEATURES_STATS_REPLY: + case OFPTYPE_BUNDLE_CONTROL: + case OFPTYPE_BUNDLE_ADD_MESSAGE: return false; case OFPTYPE_PACKET_IN: -- cgit v1.2.1