package openflow

  1. Overview
  2. Docs
type t =
  1. | Add
  2. | Delete
  3. | Modify
val to_string : t -> string