package frenetic

  1. Overview
  2. Docs
type switchId = OpenFlow0x01.switchId
type portId = OpenFlow0x01.portId
type dlAddr = Packet.dlAddr
module type Arg = sig ... end
module type TOPO = sig ... end
type loc =
  1. | Switch of switchId * portId
  2. | Host of dlAddr
module Make (A : Arg) : TOPO
module Topo : TOPO
OCaml

Innovation. Community. Security.