Module Frenetic.OpenFlow.OF10.SwitchFeatures.Capabilities

type t = Frenetic_kernel__OpenFlow0x01.SwitchFeatures.Capabilities.t = {
flow_stats : bool;
table_stats : bool;
port_stats : bool;
stp : bool;
ip_reasm : bool;
queue_stats : bool;
arp_match_ip : bool;
}
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t ‑> t
val sexp_of_t : t ‑> Ppx_sexp_conv_lib.Sexp.t
val to_string : t ‑> string