mirror of
https://github.com/moby/moby.git
synced 2026-07-18 21:42:13 +00:00
Interface-matching should generally happen on the receiver side, and this function was only used in a single location, and passed as argument to Driver.CreateEndpoint, which already matches the interface by accepting a driverapi.InterfaceInfo. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>