From: Tomek Mrugalski Date: Tue, 4 Jul 2017 15:18:35 +0000 (+0200) Subject: [5288] Making the example simpler to understand. X-Git-Tag: trac5227_base~20^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e0af0e06e389869a2c05fda7e87768d2478fc15;p=thirdparty%2Fkea.git [5288] Making the example simpler to understand. --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 100c893712..dceda603c7 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -1082,9 +1082,6 @@ temporarily override a list of interface names and listen on all interfaces. "option-data": [ { "name": "domain-name-servers", - "code": 6, - "space": "dhcp4", - "csv-format": true, "data": "192.0.2.3" }, ...