mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-05-14 02:23:34 +00:00
- Store *Interface on endpoint create - Remove from bridgeEndpoint ip params now available in Interface - On endpoint delete attempt a removal of veth plugged into bridge - (tested disabling defer netutils.SetupTestNetNS(t)() in libnetwrok_test) - Fix bridge to store endpoints per sandbox - Fix bug in error.go which causes stack overflow - Start bridge error string w/ lower case as per go convention Signed-off-by: Alessandro Boch <aboch@docker.com>