netconfig: Fix documentation of MulticastDNS setting

Documentation for MulticastDNS setting suggests it should be part of the
main iwd configuration file.  See man iwd.config.  However, in reality
the setting was being pulled from the network provisioning file instead.
The latter actually makes more sense since systemd-resolved has its own
set of global defaults.  Fix the documentation to reflect the actual
implementation.
This commit is contained in:
Denis Kenzior 2022-08-24 11:03:40 -05:00
parent e28243a584
commit e8d2d80266
2 changed files with 19 additions and 9 deletions

View File

@ -247,15 +247,6 @@ The group ``[Network]`` contains network configuration related settings.
If not specified, ``300`` is used as default.
* - MulticastDNS
- Values: true, false, resolve
Configures multicast DNS on each interface. If not specified,
systemd-resolved's default value will remain untouched.
See ``man 5 systemd.network`` for details.
Only applies when ``NameResolvingService=systemd``.
Blacklist
---------

View File

@ -316,6 +316,25 @@ connect to that network.
Network Configuration Settings
------------------------------
The group ``[Network]`` contains general network settings and any network
specific overrides for global defaults defined in the main iwd configuration
file.
.. list-table::
:header-rows: 0
:stub-columns: 0
:widths: 20 80
:align: left
* - MulticastDNS
- Values: true, false, resolve
Configures multicast DNS for this network. If not specified,
systemd-resolved's default value will remain untouched.
See ``man 5 systemd.network`` for details.
Only applies when ``NameResolvingService=systemd``.
The group ``[IPv4]`` contains settings for Internet Protocol version 4 (IPv4)
network configuration with the static addresses.