()
| 97 | } |
| 98 | |
| 99 | func (m *Manager) getNetlinkOps() netlinkOps { |
| 100 | if m.nl == nil { |
| 101 | return defaultNetlinkOps{} |
| 102 | } |
| 103 | return m.nl |
| 104 | } |
| 105 | |
| 106 | func (m *Manager) getConfigureDevice() configureDeviceFunc { |
| 107 | if m.configure == nil { |
no outgoing calls
no test coverage detected