What is OVN (Open Virtual Network)?
mainOVN (Open Virtual Network) is a series of userspace daemons that provides a high-level abstraction for virtual networking. Instead of managing individual OpenFlow rules, OVN allows users to work with logical routers and logical switches.
Key characteristics:
- Abstraction Layer: Translates virtual network configuration into OpenFlow for Open vSwitch.
- Userspace Execution: Runs entirely in userspace and does not require kernel modules.
- Core Features: Provides distributed virtual routers, distributed logical switches, Access Control Lists (ACLs), DHCP, and DNS services.
- Target Audience: Primarily intended for use by Cloud Management Software (CMS).