X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=e326482a1a1b882cb03947a29d584d13ddd0ac76;hb=a7349929fb86d41f2e2ef77395e33b21f9457d48;hp=5f9ac708f1608bc79c75f4034f648527ce8fc654;hpb=7c1a76a4673be09de56743400dfb1d1c8d8d0799;p=sliver-openvswitch.git diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 5f9ac708f..e326482a1 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -97,6 +97,8 @@ void ofconn_set_flow_format(struct ofconn *, enum nx_flow_format); enum nx_packet_in_format ofconn_get_packet_in_format(struct ofconn *); void ofconn_set_packet_in_format(struct ofconn *, enum nx_packet_in_format); +void ofconn_set_controller_id(struct ofconn *, uint16_t controller_id); + bool ofconn_get_flow_mod_table_id(const struct ofconn *); void ofconn_set_flow_mod_table_id(struct ofconn *, bool enable);