From 05742c1f80bb583f5cc1b746624a07865567e94f Mon Sep 17 00:00:00 2001 From: VZ Cambria Date: Tue, 27 Dec 2016 14:45:18 -0500 Subject: [PATCH] Updated README.md range syntax to match github --- plugins/ipam/vz-local/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/ipam/vz-local/README.md b/plugins/ipam/vz-local/README.md index 39e9ede..2efd210 100644 --- a/plugins/ipam/vz-local/README.md +++ b/plugins/ipam/vz-local/README.md @@ -61,8 +61,8 @@ f81d4fae-7dec-11d0-a765-00a0c91e6bf6 "ipam": { "type": "host-local", "subnet": "3ffe:ffff:0:01ff::/64", - "range-start": "3ffe:ffff:0:01ff::0010", - "range-end": "3ffe:ffff:0:01ff::0020", + "rangeStart": "3ffe:ffff:0:01ff::0010", + "rangeEnd": "3ffe:ffff:0:01ff::0020", "routes": [ { "dst": "3ffe:ffff:0:01ff::1/64" } ] @@ -76,8 +76,8 @@ f81d4fae-7dec-11d0-a765-00a0c91e6bf6 "ipam": { "type": "host-local", "subnet": "203.0.113.1/24", - "range-start": "203.0.113.10", - "range-end": "203.0.113.20", + "rangeStart": "203.0.113.10", + "rangeEnd": "203.0.113.20", "routes": [ { "dst": "203.0.113.0/24" } ] -- 2.44.0