mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
reason: The user wants to ignore automatically configured name servers and search domains (e.g. dns record from DHCP), and only use the name servers and search domains specified in the `dns` and `dns_search` properties. result: The user is able to ignore automatically configured name servers and search domains. Notice that there are two settings here distinguished by the address families, which aims to be compatible with NetworkManager (`ipv4.ignore-auto-dns` and `ipv6.ignore-auto-dns`)and Nmstate (setting `auto-dns` on `ipv4` or `ipv6` section). Also, the users can get auto DNS from DHCPv4, DHCPv6, modem etc, and they may want to ignore auto DNS on Ipv4 but not on IPv6, in this case, it is better to have two settings distinguished by the address families. Signed-off-by: Wen Liang <liangwen12year@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| network_connections.py | ||
| network_state.py | ||