X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=ofproto%2Fconnmgr.h;h=8ff89f360225d7d8e384696ea02a8defe80ca97e;hb=634408e0c5e9d99b55c40ab4df608f822ef923a7;hp=bbee7f4f189bd9f6bf24ec72a0d31a0ab2b6f6c2;hpb=90bf1e0732ac9b11dd51ca856b635cac1f0269c1;p=openvswitch diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index bbee7f4f..8ff89f36 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -92,6 +92,9 @@ 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); +void ofconn_set_invalid_ttl_to_controller(struct ofconn *, bool); +bool ofconn_get_invalid_ttl_to_controller(struct ofconn *); + int ofconn_get_miss_send_len(const struct ofconn *); void ofconn_set_miss_send_len(struct ofconn *, int miss_send_len);