| 53 | } |
| 54 | |
| 55 | type nicOVN struct { |
| 56 | deviceCommon |
| 57 | |
| 58 | network ovnNet // Populated in validateConfig(). |
| 59 | |
| 60 | ovnnb *ovn.NB |
| 61 | ovnsb *ovn.SB |
| 62 | } |
| 63 | |
| 64 | // CanHotPlug returns whether the device can be managed whilst the instance is running. |
| 65 | func (d *nicOVN) CanHotPlug() bool { |
nothing calls this directly
no outgoing calls
no test coverage detected