Module Vnetif

module type BACKEND = sig ... end
module Make (B : BACKEND) : sig ... end

Dummy interface for software bridge.