From 34f794ef4433afbc624f0fabb958b27b8321cc81 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 25 May 2018 09:53:32 +0200 Subject: [PATCH] [5632] Removed extraneous comma from the example HA config. --- doc/examples/kea4/ha-load-balancing-primary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/kea4/ha-load-balancing-primary.json b/doc/examples/kea4/ha-load-balancing-primary.json index 76faaae92f..73e15ec256 100644 --- a/doc/examples/kea4/ha-load-balancing-primary.json +++ b/doc/examples/kea4/ha-load-balancing-primary.json @@ -43,7 +43,7 @@ // phones class { "name": "phones", - "test": "substring(option[60].hex,0,6) == 'Aastra'", + "test": "substring(option[60].hex,0,6) == 'Aastra'" }, // laptops are everything but phones. { -- 2.47.3