X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=903d1f4f755e498ac2ad86feedbc4f0bbf30a467;hb=99ab7312c17cd4ab603eb6194c50b9f1ef3ca1c9;hp=516bbad5b9a5011762949628e27d6c7e01350c34;hpb=77d14d9c7f9ce7245eff56aacd420646577892d0;p=sliver-openvswitch.git diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 516bbad5b..903d1f4f7 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -76,11 +76,15 @@ struct ofproto_ipfix_bridge_exporter_options { uint32_t sampling_rate; uint32_t obs_domain_id; /* Bridge-wide Observation Domain ID. */ uint32_t obs_point_id; /* Bridge-wide Observation Point ID. */ + uint32_t cache_active_timeout; + uint32_t cache_max_flows; }; struct ofproto_ipfix_flow_exporter_options { uint32_t collector_set_id; struct sset targets; + uint32_t cache_active_timeout; + uint32_t cache_max_flows; }; struct ofproto_stp_settings { @@ -404,6 +408,8 @@ struct ofproto_cfm_status { * mode. */ int remote_opstate; + uint64_t flap_count; + /* Ordinarily a "health status" in the range 0...100 inclusive, with 0 * being worst and 100 being best, or -1 if the health status is not * well-defined. */ @@ -430,9 +436,6 @@ bool ofproto_has_vlan_usage_changed(const struct ofproto *); int ofproto_port_set_realdev(struct ofproto *, ofp_port_t vlandev_ofp_port, ofp_port_t realdev_ofp_port, int vid); -uint32_t ofproto_get_provider_meter_id(const struct ofproto *, - uint32_t of_meter_id); - #ifdef __cplusplus } #endif