mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 23:15:20 +00:00
[4245] Addressed comments
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user