2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[130-all-keys-sample] last changes before comments

This commit is contained in:
Francis Dupont
2018-10-23 17:24:24 +02:00
parent 667543f466
commit c42401dc54

View File

@@ -1,7 +1,10 @@
// This is not an example configuratiion but a test sample for configuration // WARNING: This example configuration is not meant for production use.
// management tools. This in no way reflect a real configuration. // The Kea DHCPv6 server will refuse this configuration because it contains
// If you need to load this file you have to update the interface name (eth1) // mutually exclusive configuration parameters.
// and the hook library path (/opt/lib/hooks). //
// The primary purpose of the example file is to provide a comprehensive
// list of parameters supported by Kea DHCPv6 server along with the brief
// description of each parameter.
{ {
"Dhcp6": { "Dhcp6": {
"client-classes": [ "client-classes": [
@@ -130,7 +133,7 @@
], ],
"interfaces-config": { "interfaces-config": {
"interfaces": [ "interfaces": [
"eth1" "ethX"
], ],
"re-detect": true "re-detect": true
}, },
@@ -178,7 +181,7 @@
"shared-networks": [ "shared-networks": [
{ {
"client-class": "", "client-class": "",
"interface": "eth1", "interface": "ethX",
"interface-id": "", "interface-id": "",
"name": "my-secret-network", "name": "my-secret-network",
"option-data": [], "option-data": [],
@@ -195,7 +198,7 @@
{ {
"client-class": "", "client-class": "",
"id": 1, "id": 1,
"interface": "eth1", "interface": "ethX",
"interface-id": "", "interface-id": "",
"option-data": [ "option-data": [
{ {