| 49 | } |
| 50 | |
| 51 | type nicBridged struct { |
| 52 | deviceCommon |
| 53 | |
| 54 | network network.Network // Populated in validateConfig(). |
| 55 | } |
| 56 | |
| 57 | // CanHotPlug returns whether the device can be managed whilst the instance is running. Returns true. |
| 58 | func (d *nicBridged) CanHotPlug() bool { |
nothing calls this directly
no outgoing calls
no test coverage detected