From: Marcin Siodelski Date: Fri, 25 May 2018 07:53:32 +0000 (+0200) Subject: [5632] Removed extraneous comma from the example HA config. X-Git-Tag: trac5382a_base~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34f794ef4433afbc624f0fabb958b27b8321cc81;p=thirdparty%2Fkea.git [5632] Removed extraneous comma from the example HA config. --- 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. {