package openflow

  1. Overview
  2. Docs
type t = {
  1. flow_stats : bool;
  2. table_stats : bool;
  3. port_stats : bool;
  4. stp : bool;
  5. ip_reasm : bool;
  6. queue_stats : bool;
  7. arp_match_ip : bool;
}
val to_string : t -> string