[ovs-dev] [PATCH v2 4/8] ofproto: Add init/destroy funcs and handle OFPMP_TABLE_FEATURES msgs.

YAMAMOTO Takashi yamamoto at valinux.co.jp
Tue Nov 12 03:17:47 UTC 2013


> @@ -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



More information about the dev mailing list