diff options
author | Wlodek Wencel <wlodek@isc.org> | 2021-01-25 13:15:44 +0100 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2021-01-25 13:54:29 +0100 |
commit | 6a6bf47a4fb5dafcd9ec1900e71c5bfbb748e1ab (patch) | |
tree | ccddbdd7f8a66d7ceea802e7198da61d4dd57798 /doc/examples/kea4/vivso.json | |
parent | Apply 1 suggestion(s) to 1 file(s) (diff) | |
download | kea-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.json | 9 |
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" } ] } |