> @@ -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 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev