mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
arm: add more text describing interaction between automatic-interface-scan and interface-interval
This commit is contained in:
@@ -5441,15 +5441,21 @@ options {
|
|||||||
<term><command>automatic-interface-scan</command></term>
|
<term><command>automatic-interface-scan</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
If <userinput>yes</userinput> and supported by the OS,
|
If <userinput>yes</userinput> and supported by the operating
|
||||||
automatically rescan network interfaces when the interface
|
system, automatically rescan network interfaces when the
|
||||||
addresses are added or removed. The default is
|
interface addresses are added or removed. The default is
|
||||||
<userinput>yes</userinput>.
|
<userinput>yes</userinput>. This configuration option does
|
||||||
|
not affect time based <command>interface-interval</command>
|
||||||
|
option, and it is recommended to set the time based
|
||||||
|
<command>interface-interval</command> to 0 when the operator
|
||||||
|
confirms that automatic interface scanning is supported by the
|
||||||
|
operating system.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Currently the OS needs to support routing sockets for
|
The <command>automatic-interface-scan</command> implementation
|
||||||
<command>automatic-interface-scan</command> to be
|
uses routing sockets for the network interface discovery,
|
||||||
supported.
|
and therefore the operating system has to support the routing
|
||||||
|
sockets for this feature to work.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -8443,10 +8449,11 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
|
|||||||
minutes. The default
|
minutes. The default
|
||||||
is 60 minutes. The maximum value is 28 days (40320 minutes).
|
is 60 minutes. The maximum value is 28 days (40320 minutes).
|
||||||
If set to 0, interface scanning will only occur when
|
If set to 0, interface scanning will only occur when
|
||||||
the configuration file is loaded. After the scan, the
|
the configuration file is loaded, or when
|
||||||
server will
|
<command>automatic-interface-scan</command> is enabled
|
||||||
begin listening for queries on any newly discovered
|
and supported by the operating system. After the scan, the
|
||||||
interfaces (provided they are allowed by the
|
server will begin listening for queries on any newly
|
||||||
|
discovered interfaces (provided they are allowed by the
|
||||||
<command>listen-on</command> configuration), and
|
<command>listen-on</command> configuration), and
|
||||||
will stop listening on interfaces that have gone away.
|
will stop listening on interfaces that have gone away.
|
||||||
For convenience, TTL-style time unit suffixes may be
|
For convenience, TTL-style time unit suffixes may be
|
||||||
|
Reference in New Issue
Block a user