If only for gofmt checking...
@@ -17,7 +17,7 @@ import (
type beNewFunc func(sm subnet.Manager, extIface *net.Interface, extIaddr net.IP, extEaddr net.IP) (backend.Backend, error)
-var backendMap = map[string]beNewFunc {
+var backendMap = map[string]beNewFunc{
"udp": udp.New,
"alloc": alloc.New,
"host-gw": hostgw.New,
@@ -14,7 +14,7 @@ COVER=${COVER:-"-cover"}
source ./build
-TESTABLE="pkg/ip subnet remote"
+TESTABLE="pkg/ip subnet network remote"
FORMATTABLE="$TESTABLE"
# user has not provided PKG override