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:
@@ -44,7 +44,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cable-modems",
|
"name": "cable-modems",
|
||||||
"test": "vendor.enterprise == 4491"
|
"test": "vendor.enterprise == 4491"
|
||||||
},
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@@ -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" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user