Module Frenetic_kernel.OpenFlow0x04.Instructions

type t = instruction list
val sizeof : t ‑> int
val marshal : Cstruct.t ‑> t ‑> int
val parse : Cstruct.t ‑> t
val to_string : t ‑> string

to_string v pretty-prints v

val from_of_group : OpenFlow.group ‑> t