We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f86de7 + f1df445 commit 3fb133eCopy full SHA for 3fb133e
1 file changed
controller.go
@@ -801,6 +801,7 @@ func (c *controller) NewNetwork(networkType, name string, id string, options ...
801
if err = t.applyConfigurationTo(network); err != nil {
802
return nil, types.InternalErrorf("Failed to apply configuration: %v", err)
803
}
804
+ network.generic[netlabel.Internal] = network.internal
805
defer func() {
806
if err == nil {
807
if err := t.getEpCnt().IncEndpointCnt(); err != nil {
0 commit comments