X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=0df840b54f6c3b212d0256e63612988e96a98f91;hb=c4f2731da69eaba5f4bb95583225a5399875f6fc;hp=022435265cee77d38253b45aafa1e3b510a7025c;hpb=a946b636edd932994a8972cf23168e4c08b21e8e;p=openvswitch diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 02243526..0df840b5 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -85,6 +85,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); +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); + bool ofconn_get_flow_mod_table_id(const struct ofconn *); void ofconn_set_flow_mod_table_id(struct ofconn *, bool enable); @@ -110,7 +113,7 @@ void connmgr_send_port_status(struct connmgr *, const struct ofp_phy_port *, void connmgr_send_flow_removed(struct connmgr *, const struct ofputil_flow_removed *); void connmgr_send_packet_in(struct connmgr *, const struct ofputil_packet_in *, - const struct flow *, struct ofpbuf *rw_packet); + const struct flow *); /* Fail-open settings. */ enum ofproto_fail_mode connmgr_get_fail_mode(const struct connmgr *);