Merge branch 'master' into interface-checks
authorGabe Rosenhouse <rosenhouse@users.noreply.github.com>
Fri, 16 Dec 2016 02:20:34 +0000 (18:20 -0800)
committerGitHub <noreply@github.com>
Fri, 16 Dec 2016 02:20:34 +0000 (18:20 -0800)
1  2 
plugins/ipam/host-local/backend/disk/backend.go

@@@ -20,8 -20,7 +20,9 @@@ import 
        "net"
        "os"
        "path/filepath"
+       "strings"
 +
 +      "github.com/containernetworking/cni/plugins/ipam/host-local/backend"
  )
  
  const lastIPFile = "last_reserved_ip"