X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=46d2f5d818465621366cbed530e9dd83b18ac1a7;hb=47271d0d8d12c5689cd0103dc47b62913a515b36;hp=441ecc3d955b9528b8daebb317dd706f66596549;hpb=78bd1cd00123f479b6b4affd999c29fd0a6f4884;p=openvswitch diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 441ecc3d..46d2f5d8 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -80,6 +80,9 @@ void ofconn_set_role(struct ofconn *, enum nx_role); enum nx_flow_format ofconn_get_flow_format(struct ofconn *); void ofconn_set_flow_format(struct ofconn *, enum nx_flow_format); +bool ofconn_get_flow_mod_table_id(const struct ofconn *); +void ofconn_set_flow_mod_table_id(struct ofconn *, bool enable); + int ofconn_get_miss_send_len(const struct ofconn *); void ofconn_set_miss_send_len(struct ofconn *, int miss_send_len);