From c42401dc54eb0fa3eaf6226c16555d2465e7d2ac Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 23 Oct 2018 17:24:24 +0200 Subject: [PATCH] [130-all-keys-sample] last changes before comments --- doc/examples/kea6/all-keys.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 6df23038f1..865ac867aa 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -1,7 +1,10 @@ -// This is not an example configuratiion but a test sample for configuration -// management tools. This in no way reflect a real configuration. -// If you need to load this file you have to update the interface name (eth1) -// and the hook library path (/opt/lib/hooks). +// WARNING: This example configuration is not meant for production use. +// The Kea DHCPv6 server will refuse this configuration because it contains +// mutually exclusive configuration parameters. +// +// 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": { "client-classes": [ @@ -130,7 +133,7 @@ ], "interfaces-config": { "interfaces": [ - "eth1" + "ethX" ], "re-detect": true }, @@ -178,7 +181,7 @@ "shared-networks": [ { "client-class": "", - "interface": "eth1", + "interface": "ethX", "interface-id": "", "name": "my-secret-network", "option-data": [], @@ -195,7 +198,7 @@ { "client-class": "", "id": 1, - "interface": "eth1", + "interface": "ethX", "interface-id": "", "option-data": [ { -- 2.47.2