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:
8c8753e
)
host-local: fix routes in README examples
author
Stefan Junker
<mail@stefanjunker.de>
Mon, 3 Aug 2015 13:37:14 +0000
(15:37 +0200)
committer
Stefan Junker
<mail@stefanjunker.de>
Mon, 3 Aug 2015 13:37:14 +0000
(15:37 +0200)
plugins/ipam/host-local/README.md
patch
|
blob
|
history
diff --git
a/plugins/ipam/host-local/README.md
b/plugins/ipam/host-local/README.md
index
27fe928
..
39e9ede
100644
(file)
--- a/
plugins/ipam/host-local/README.md
+++ b/
plugins/ipam/host-local/README.md
@@
-64,7
+64,7
@@
f81d4fae-7dec-11d0-a765-00a0c91e6bf6
"range-start": "3ffe:ffff:0:01ff::0010",
"range-end": "3ffe:ffff:0:01ff::0020",
"routes": [
- "3ffe:ffff:0:01ff::1/64"
+ { "dst": "3ffe:ffff:0:01ff::1/64" }
]
}
}
@@
-79,7
+79,7
@@
f81d4fae-7dec-11d0-a765-00a0c91e6bf6
"range-start": "203.0.113.10",
"range-end": "203.0.113.20",
"routes": [
- "203.0.113.0/24"
+ { "dst": "203.0.113.0/24" }
]
}
}