mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[245] Added example a statement, enabled (server) unicast option
This commit is contained in:
@@ -664,12 +664,22 @@ temporarily override a list of interface names and listen on all interfaces.
|
|||||||
"interfaces": [ <userinput>"eth1/2001:db8::1"</userinput> ]
|
"interfaces": [ <userinput>"eth1/2001:db8::1"</userinput> ]
|
||||||
},
|
},
|
||||||
...
|
...
|
||||||
|
"option-data": [
|
||||||
|
{
|
||||||
|
"name": "unicast",
|
||||||
|
"data": "2001:db8:2::45"
|
||||||
|
} ],
|
||||||
|
...
|
||||||
}
|
}
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
This configuration will cause the server to listen on
|
This configuration will cause the server to listen on
|
||||||
eth1 on link-local address, multicast group (ff02::1:2) and 2001:db8::1.
|
eth1 on link-local address, multicast group (ff02::1:2) and 2001:db8::1.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
Usually unicast support is associated with a server unicast option
|
||||||
|
which allows clients to send unicast messages to the server.
|
||||||
|
</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
|
||||||
on the list of interfaces. It is not possible to specify more than one
|
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.
|
|||||||
<row><entry>elapsed-time</entry><entry>8</entry><entry>uint16</entry><entry>false</entry></row>
|
<row><entry>elapsed-time</entry><entry>8</entry><entry>uint16</entry><entry>false</entry></row>
|
||||||
<row><entry>relay-msg</entry><entry>9</entry><entry>binary</entry><entry>false</entry></row>
|
<row><entry>relay-msg</entry><entry>9</entry><entry>binary</entry><entry>false</entry></row>
|
||||||
<row><entry>auth</entry><entry>11</entry><entry>binary</entry><entry>false</entry></row>
|
<row><entry>auth</entry><entry>11</entry><entry>binary</entry><entry>false</entry></row>
|
||||||
|
-->
|
||||||
<row><entry>unicast</entry><entry>12</entry><entry>ipv6-address</entry><entry>false</entry></row>
|
<row><entry>unicast</entry><entry>12</entry><entry>ipv6-address</entry><entry>false</entry></row>
|
||||||
|
<!--
|
||||||
<row><entry>status-code</entry><entry>13</entry><entry>record</entry><entry>false</entry></row>
|
<row><entry>status-code</entry><entry>13</entry><entry>record</entry><entry>false</entry></row>
|
||||||
<row><entry>rapid-commit</entry><entry>14</entry><entry>empty</entry><entry>false</entry></row>
|
<row><entry>rapid-commit</entry><entry>14</entry><entry>empty</entry><entry>false</entry></row>
|
||||||
<row><entry>user-class</entry><entry>15</entry><entry>binary</entry><entry>false</entry></row>
|
<row><entry>user-class</entry><entry>15</entry><entry>binary</entry><entry>false</entry></row>
|
||||||
|
Reference in New Issue
Block a user