InterfaceName consists of the name of the interface in the global netns and the desired prefix to be appended to the interface inside the container netns
| 129 | // InterfaceName consists of the name of the interface in the global netns and |
| 130 | // the desired prefix to be appended to the interface inside the container netns |
| 131 | type InterfaceName struct { |
| 132 | SrcName string |
| 133 | DstPrefix string |
| 134 | } |
| 135 | |
| 136 | // InfoRequest is send by the daemon when querying endpoint information |
| 137 | type InfoRequest struct { |
nothing calls this directly
no outgoing calls
no test coverage detected