diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2018-12-11 21:42:12 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2018-12-11 21:43:36 +0100 |
commit | 8187238ee531cdc7e63ada9784eb847f6735449e (patch) | |
tree | 47af7bee978b288688eea32a36d1bb5fd5ea567f /doc/examples/netconf/simple-dhcp4.json | |
parent | [284-need-dhcp6-example-for-netconf] Removed simple config and add simple DHC... (diff) | |
download | kea-8187238ee531cdc7e63ada9784eb847f6735449e.tar.xz kea-8187238ee531cdc7e63ada9784eb847f6735449e.zip |
[#284,!146] Minor correction in netconf/simple-dhcp4.json
Diffstat (limited to 'doc/examples/netconf/simple-dhcp4.json')
-rw-r--r-- | doc/examples/netconf/simple-dhcp4.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/netconf/simple-dhcp4.json b/doc/examples/netconf/simple-dhcp4.json index 8f7fab69c4..42f06214ce 100644 --- a/doc/examples/netconf/simple-dhcp4.json +++ b/doc/examples/netconf/simple-dhcp4.json @@ -53,7 +53,7 @@ // - "unix" which uses the local control channel supported by // "dhcp4" and "dhcp6" servers ("d2" support is coming in Kea 1.5) // - "http" which uses the Control Agent (CA) to manage itself or - // to forward commands to "dhcp4" or "dhcp6" (not yet supported). + // to forward commands to "dhcp4" or "dhcp6". "control-socket": { "socket-type": "unix", |