mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[5014] Examples for Kea6 corrected.
This commit is contained in:
parent
e559a237eb
commit
bc0c5fa390
@ -44,7 +44,7 @@
|
||||
{
|
||||
"name": "cable-modems",
|
||||
"test": "vendor.enterprise == 4491"
|
||||
},
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
"Dhcp6":
|
||||
{
|
||||
"interfaces-config": {
|
||||
# Enable unicast
|
||||
# Enable unicast
|
||||
"interfaces": [ "eno33554984/2001:db8:1:1::1" ]
|
||||
},
|
||||
|
||||
@ -27,16 +27,16 @@
|
||||
"pools": [ { "pool": "2001:db8:1:1::1:0/112" } ] }
|
||||
],
|
||||
|
||||
# This enables DHCPv4-over-DHCPv6 support
|
||||
# This enables DHCPv4-over-DHCPv6 support
|
||||
"dhcp4o6-port": 6767,
|
||||
|
||||
# Required by DHCPv4-over-DHCPv6 clients
|
||||
# Required by DHCPv4-over-DHCPv6 clients
|
||||
"option-data": [
|
||||
{ "name": "dhcp4o6-server-addr",
|
||||
"code": 88,
|
||||
"space": "dhcp6",
|
||||
"csv-format": true,
|
||||
# Put the server address here
|
||||
# Put the server address here
|
||||
"data": "2001:db8:1:1::1" }
|
||||
]
|
||||
},
|
||||
|
@ -49,7 +49,7 @@
|
||||
{
|
||||
"code": 12,
|
||||
"data": "2001:db8:1:0:ff00::1"
|
||||
},
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
@ -66,7 +66,7 @@
|
||||
}
|
||||
],
|
||||
"subnet": "2001:db8:1::/64",
|
||||
"interface": "ethX",
|
||||
"interface": "ethX"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user