summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea4/vivso.json
diff options
context:
space:
mode:
authorWlodek Wencel <wlodek@isc.org>2021-01-25 13:15:44 +0100
committerWlodek Wencel <wlodek@isc.org>2021-01-25 13:54:29 +0100
commit6a6bf47a4fb5dafcd9ec1900e71c5bfbb748e1ab (patch)
treeccddbdd7f8a66d7ceea802e7198da61d4dd57798 /doc/examples/kea4/vivso.json
parentApply 1 suggestion(s) to 1 file(s) (diff)
downloadkea-6a6bf47a4fb5dafcd9ec1900e71c5bfbb748e1ab.tar.xz
kea-6a6bf47a4fb5dafcd9ec1900e71c5bfbb748e1ab.zip
[#1546] changed ip addresses
Diffstat (limited to 'doc/examples/kea4/vivso.json')
-rw-r--r--doc/examples/kea4/vivso.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/examples/kea4/vivso.json b/doc/examples/kea4/vivso.json
index 0b2b110357..b5b1106b00 100644
--- a/doc/examples/kea4/vivso.json
+++ b/doc/examples/kea4/vivso.json
@@ -37,7 +37,8 @@
"option-data": [
{
// In "option-data" list we have to configure option 125 with data parameter equal
-// to vendor-id we are expecting
+// to vendor-id we are expecting, also it will tell Kea which vendor space
+// encapsulate in suboptions.
"data": "339",
"name": "vivso-suboptions"
},
@@ -54,7 +55,7 @@
},
{
"always-send": true,
- "data": "sdlp://11.11.11.11:18443",
+ "data": "sdlp://192.0.2.11:18443",
"name": "dls",
"space": "vendor-339"
}
@@ -78,10 +79,10 @@
"interface": "ethX",
"pools": [
{
- "pool": "192.168.50.50-192.168.50.50"
+ "pool": "192.0.2.50-192.0.2.50"
}
],
- "subnet": "192.168.50.0/24"
+ "subnet": "192.0.2.0/24"
}
]
}