2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +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

@@ -7,7 +7,7 @@
"Dhcp6": "Dhcp6":
{ {
"interfaces-config": { "interfaces-config": {
# Enable unicast # Enable unicast
"interfaces": [ "eno33554984/2001:db8:1:1::1" ] "interfaces": [ "eno33554984/2001:db8:1:1::1" ]
}, },
@@ -27,16 +27,16 @@
"pools": [ { "pool": "2001:db8:1:1::1:0/112" } ] } "pools": [ { "pool": "2001:db8:1:1::1:0/112" } ] }
], ],
# This enables DHCPv4-over-DHCPv6 support # This enables DHCPv4-over-DHCPv6 support
"dhcp4o6-port": 6767, "dhcp4o6-port": 6767,
# Required by DHCPv4-over-DHCPv6 clients # Required by DHCPv4-over-DHCPv6 clients
"option-data": [ "option-data": [
{ "name": "dhcp4o6-server-addr", { "name": "dhcp4o6-server-addr",
"code": 88, "code": 88,
"space": "dhcp6", "space": "dhcp6",
"csv-format": true, "csv-format": true,
# Put the server address here # Put the server address here
"data": "2001:db8:1:1::1" } "data": "2001:db8:1:1::1" }
] ]
}, },

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"
} }
] ]
}, },