microovn interface¶
The microovn interface allows access to the MicroOVN socket, and can only be used by the MicroOVN snap. MicroOVN is a snap-based distribution of the Open Virtual Network.
See the MicroOVN documentation for further details.
Developer details¶
Auto-connect: no Super-privileged: yes
With the MicroOVN snap installed, the socket is located at the following location: /var/snap/microovn/common/state/control.socket
Code examples¶
The test code can be found in the snapd repository: https://github.com/snapcore/snapd/blob/master/interfaces/builtin/microovn_test.go
The source code for the interface is in the snapd repository: https://github.com/snapcore/snapd/blob/master/interfaces/builtin/microovn.go