mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
NetworkManager requires to configure DNS options (such as the search setting) for each IP family even though it does not matter in the system's DNS configuration. Also, NetworkManager only allows to configure the DNS options for each IP family, when they are enabled. In the network_connections dictionary, the DNS options are configured without considering the IP family. Therefore, configure ipv4.dns-search or ipv6.dns-search only if the IP family is enabled. Signed-off-by: Wen Liang <liangwen12year@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| network_connections.py | ||