MCPcopy
hub / github.com/lxc/incus / ovn

Struct ovn

internal/server/network/driver_ovn.go:107–112  ·  view source on GitHub ↗

ovn represents an OVN network.

Source from the content-addressed store, hash-verified

105
106// ovn represents an OVN network.
107type ovn struct {
108 common
109
110 ovnnb *networkOVN.NB
111 ovnsb *networkOVN.SB
112}
113
114func (n *ovn) init(s *state.State, id int64, projectName string, netInfo *api.Network, netNodes map[int64]db.NetworkNode) error {
115 if s != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected