From: Francis Dupont Date: Sun, 3 Jul 2016 19:53:07 +0000 (+0200) Subject: [245] Added example a statement, enabled (server) unicast option X-Git-Tag: trac4551_base~25^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b381111b24d364a664d3006802dbe42a6e4e196f;p=thirdparty%2Fkea.git [245] Added example a statement, enabled (server) unicast option --- diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 2b350b8e33..c027b47d7e 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -664,12 +664,22 @@ temporarily override a list of interface names and listen on all interfaces. "interfaces": [ "eth1/2001:db8::1" ] }, ... + "option-data": [ + { + "name": "unicast", + "data": "2001:db8:2::45" + } ], + ... } This configuration will cause the server to listen on eth1 on link-local address, multicast group (ff02::1:2) and 2001:db8::1. + + Usually unicast support is associated with a server unicast option + which allows clients to send unicast messages to the server. + It is possible to mix interface names, wildcards and interface name/addresses on the list of interfaces. It is not possible to specify more than one @@ -1000,7 +1010,9 @@ temporarily override a list of interface names and listen on all interfaces. elapsed-time8uint16false relay-msg9binaryfalse auth11binaryfalse +--> unicast12ipv6-addressfalse +