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 +