X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=413472af6fd6ce31dca9f680090f0563bec42ef5;hb=8b6ff72912871a8101a8427be1c38941326332ad;hp=cedb2cdf0e3c573d806d457d39f2296d28c99a08;hpb=061bfea46df4048440a219472719e5def71f4090;p=cascardo%2Fovs.git diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index cedb2cdf0..413472af6 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -225,6 +225,7 @@ void ofproto_set_flow_eviction_threshold(struct ofproto *, unsigned threshold); void ofproto_set_forward_bpdu(struct ofproto *, bool forward_bpdu); void ofproto_set_mac_table_config(struct ofproto *, unsigned idle_time, size_t max_entries); +void ofproto_set_dp_desc(struct ofproto *, const char *dp_desc); int ofproto_set_snoops(struct ofproto *, const struct sset *snoops); int ofproto_set_netflow(struct ofproto *, const struct netflow_options *nf_options);