package openflow

  1. Overview
  2. Docs
type t = {
  1. in_port : bool;
  2. dl_vlan : bool;
  3. dl_src : bool;
  4. dl_dst : bool;
  5. dl_type : bool;
  6. nw_proto : bool;
  7. tp_src : bool;
  8. tp_dst : bool;
  9. nw_src : int;
  10. nw_dst : int;
  11. dl_vlan_pcp : bool;
  12. nw_tos : bool;
}
val to_string : t -> string
val marshal : t -> int32
val parse : int32 -> t