Link implementation in bridge driver

Signed-off-by: Madhu Venugopal <madhu@docker.com>
This commit is contained in:
Madhu Venugopal
2015-05-03 14:36:55 -07:00
parent ba38542e95
commit bd00a055ee
5 changed files with 342 additions and 13 deletions
-3
View File
@@ -1,7 +1,6 @@
package bridge
import (
"fmt"
"os"
"testing"
@@ -63,8 +62,6 @@ func TestPortMappingConfig(t *testing.T) {
t.Fatalf("operational port mapping data not found on bridgeEndpoint")
}
fmt.Printf("\nendpoint: %v\n", ep.portMapping)
err = releasePorts(ep)
if err != nil {
t.Fatalf("Failed to release mapped ports: %v", err)