From 548d397fe5ef5720df1042d8d014434aeb08f7c0 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Thu, 23 Feb 2017 15:44:05 +0100 Subject: [PATCH] [master] Corrected mistake in host reservation on master. --- doc/guide/dhcp6-srv.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 37e9209d1..19f8d0dd6 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -2642,7 +2642,7 @@ should include options from the isc option space: }, { "hw-address": "00:01:02:03:04:05", - "ip-addresses": [ "2001:db8:1::101, 2001:db8:1::102" ] + "ip-addresses": [ "2001:db8:1::101", "2001:db8:1::102" ] }, { "duid": "01:02:03:04:05:06:07:08:09:0A", -- GitLab