loopback is a network strategy that provides a basic loopback device
| 88 | |
| 89 | // loopback is a network strategy that provides a basic loopback device |
| 90 | type loopback struct{} |
| 91 | |
| 92 | func (l *loopback) create(n *network, nspid int) error { |
| 93 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected