git://git.halfball.org
/
plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
169f8e0
)
plugin/ipam: fix typo in error message
author
Jonathan Boulle
<jonathanboulle@gmail.com>
Mon, 7 Sep 2015 22:43:34 +0000
(15:43 -0700)
committer
Jonathan Boulle
<jonathanboulle@gmail.com>
Mon, 7 Sep 2015 22:43:34 +0000
(15:43 -0700)
plugin/ipam.go
patch
|
blob
|
history
diff --git
a/plugin/ipam.go
b/plugin/ipam.go
index
6718ed2
..
93a0d5c
100644
(file)
--- a/
plugin/ipam.go
+++ b/
plugin/ipam.go
@@
-122,7
+122,7
@@
func ConfigureIface(ifName string, res *Result) error {
}
if err := netlink.LinkSetUp(link); err != nil {
- return fmt.Errorf("failed to
o
set %q UP: %v", ifName, err)
+ return fmt.Errorf("failed to set %q UP: %v", ifName, err)
}
// TODO(eyakubovich): IPv6