See the ofp_capabilities enumeration in Section 5.3.1 of the OpenFlow 1.0 specification.
ofp_capabilities
type t
=
{
flow_stats : bool;
table_stats : bool;
port_stats : bool;
stp : bool;
ip_reasm : bool;
queue_stats : bool;
arp_match_ip : bool;
}
include sig ... end
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
to_string v pretty-prints v.
to_string v
v