2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 15:05:16 +00:00

[5014] Examples for Kea6 corrected.

This commit is contained in:
Tomek Mrugalski
2016-11-09 22:28:59 +01:00
parent e559a237eb
commit bc0c5fa390
3 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@
{ {
"name": "cable-modems", "name": "cable-modems",
"test": "vendor.enterprise == 4491" "test": "vendor.enterprise == 4491"
}, }
], ],

View File

@@ -49,7 +49,7 @@
{ {
"code": 12, "code": 12,
"data": "2001:db8:1:0:ff00::1" "data": "2001:db8:1:0:ff00::1"
}, }
], ],
"pools": [ "pools": [
{ {
@@ -66,7 +66,7 @@
} }
], ],
"subnet": "2001:db8:1::/64", "subnet": "2001:db8:1::/64",
"interface": "ethX", "interface": "ethX"
} }
] ]
}, },