From a9e9e42dcdd24044b51f61970223a39ed0174b50 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 3 Sep 2018 17:29:20 +0200 Subject: [PATCH] [master] Fixed a typo in identifier type making a host duplicate --- doc/examples/kea4/reservations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/kea4/reservations.json b/doc/examples/kea4/reservations.json index 2c31cb5ed9..0fcdb44b8f 100644 --- a/doc/examples/kea4/reservations.json +++ b/doc/examples/kea4/reservations.json @@ -102,7 +102,7 @@ // by the relay agent that forwards the packet from client to the server. // In this example the host is also assigned vendor specific options. { - "client-id": "01:11:22:33:44:55:66", + "circuit-id": "01:11:22:33:44:55:66", "ip-address": "192.0.2.204", "option-data": [ { -- 2.47.2