Module Vnetif

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

Dummy interface for software bridge.