Hi YAMAMOTO, Sorry for the the context that I've left. I'll delete it soon. The context may be merged when rebase, I've not noticed them.
Thanks! On 12/11/2013 11:17, YAMAMOTO Takashi wrote:
@@ -5915,8 +6296,13 @@ handle_openflow__(struct ofconn *ofconn, const struct ofpbuf *msg) case OFPTYPE_GROUP_FEATURES_STATS_REQUEST: return handle_group_features_stats_request(ofconn, oh); + case OFPTYPE_TABLE_FEATURES_STATS_REQUEST: + return handle_table_features_stats_request(ofconn, oh); + + /* FIXME: Change the following once they are implemented: */ case OFPTYPE_QUEUE_GET_CONFIG_REQUEST: return handle_queue_get_config_request(ofconn, oh); + /* fallthrough */this looks like a broken rebase. YAMAMOTO Takashi
-- Best Regards, Alexander Wu _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
