git://git.halfball.org
/
cni.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
5852c60
ef00f71
)
Merge branch 'master' into interface-checks
author
Gabe Rosenhouse
<rosenhouse@users.noreply.github.com>
Fri, 16 Dec 2016 02:20:34 +0000
(18:20 -0800)
committer
GitHub
<noreply@github.com>
Fri, 16 Dec 2016 02:20:34 +0000
(18:20 -0800)
1
2
plugins/ipam/host-local/backend/disk/backend.go
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
plugins/ipam/host-local/backend/disk/backend.go
index
106c2da
,
703ec09
..
9c11699
---
1
/
plugins/ipam/host-local/backend/disk/backend.go
---
2
/
plugins/ipam/host-local/backend/disk/backend.go
+++ b/
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"