mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 21:18:02 +00:00
[5072] Two small corrections in example configs.
This commit is contained in:
parent
1b782cabfc
commit
cf4362196f
@ -55,7 +55,7 @@
|
|||||||
{
|
{
|
||||||
"name": "VoIP",
|
"name": "VoIP",
|
||||||
"test": "substring(option[60].hex,0,6) == 'Aastra'"
|
"test": "substring(option[60].hex,0,6) == 'Aastra'"
|
||||||
},
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -20,13 +20,13 @@
|
|||||||
|
|
||||||
"subnet4": [
|
"subnet4": [
|
||||||
{ "subnet": "10.10.10.0/24",
|
{ "subnet": "10.10.10.0/24",
|
||||||
# Don't forget the "4o6-" before "interface" here!
|
# Don't forget the "4o6-" before "interface" here!
|
||||||
"4o6-interface": "eno33554984",
|
"4o6-interface": "eno33554984",
|
||||||
"4o6-subnet": "2001:db8:1:1::/64",
|
"4o6-subnet": "2001:db8:1:1::/64",
|
||||||
"pools": [ { "pool": "10.10.10.100 - 10.10.10.199" } ] }
|
"pools": [ { "pool": "10.10.10.100 - 10.10.10.199" } ] }
|
||||||
],
|
],
|
||||||
|
|
||||||
# This enables DHCPv4-over-DHCPv6 support
|
# This enables DHCPv4-over-DHCPv6 support
|
||||||
"dhcp4o6-port": 6767
|
"dhcp4o6-port": 6767
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user