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