mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[5396] Couple doc improvements.
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
// This is and example configuration for iPXE boot in Kea6.
|
||||
// This is an example configuration for iPXE boot in Kea6.
|
||||
|
||||
{
|
||||
"Dhcp6": {
|
||||
// mandatory part of the config that list interfaces on which
|
||||
// kea will listen to incoming traffic
|
||||
// Mandatory part of the config that list interfaces on which
|
||||
// Kea will listen for incoming traffic.
|
||||
"interfaces-config": {
|
||||
"interfaces": [
|
||||
"ethX"
|
||||
]
|
||||
"interfaces": [ "ethX" ]
|
||||
},
|
||||
|
||||
// Two classes are migrated form ISC-DHCP example:
|
||||
|
Reference in New Issue
Block a user