package frenetic

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

See the ofp_capabilities enumeration in Section 5.3.1 of the OpenFlow 1.0 specification.

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;
}
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string : t -> string

to_string v pretty-prints v.