2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 15:05:16 +00:00

[4245] Addressed comments

This commit is contained in:
Francis Dupont
2016-07-07 13:18:57 +02:00
parent b381111b24
commit c6adaf5177

View File

@@ -667,7 +667,7 @@ temporarily override a list of interface names and listen on all interfaces.
"option-data": [ "option-data": [
{ {
"name": "unicast", "name": "unicast",
"data": "2001:db8:2::45" "data": "2001:db8::1"
} ], } ],
... ...
} }
@@ -679,6 +679,9 @@ temporarily override a list of interface names and listen on all interfaces.
<para> <para>
Usually unicast support is associated with a server unicast option Usually unicast support is associated with a server unicast option
which allows clients to send unicast messages to the server. which allows clients to send unicast messages to the server.
The example above contains a server unicast option specification
which causes the client to send messages to the specified
unicast address.
</para> </para>
<para> <para>
It is possible to mix interface names, wildcards and interface name/addresses It is possible to mix interface names, wildcards and interface name/addresses