mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
There is no fine-grained control over the number of retries for automatically reconnecting a network connection in the role. This limitation can be problematic for certain use cases where extending the retry process is critical, particularly in environments with unstable networks. Introduce support for the `autoconnect_retries` property in nm provider of `network_connections` variable. This feature allows users to configure how many times NetworkManager will attempt to reconnect a connection after a autoconnect failure, providing more control over network stability and performance. Resolves: https://issues.redhat.com/browse/RHEL-61599 Signed-off-by: Wen Liang <liangwen12year@gmail.com> |
||
|---|---|---|
| .. | ||
| bond_options.yml | ||
| bond_simple.yml | ||
| bond_with_vlan.yml | ||
| bridge_with_vlan.yml | ||
| cloned_mac.yml | ||
| down_profile.yml | ||
| dummy_simple.yml | ||
| eth_dns_support.yml | ||
| eth_simple_auto.yml | ||
| eth_with_802_1x.yml | ||
| eth_with_vlan.yml | ||
| ethtool_coalesce.yml | ||
| ethtool_features.yml | ||
| ethtool_features_default.yml | ||
| ethtool_ring.yml | ||
| ignore_auto_dns.yml | ||
| infiniband.yml | ||
| inventory | ||
| ipv6_disabled.yml | ||
| macvlan.yml | ||
| macvtap.yml | ||
| match_path_support.yml | ||
| network_state.yml | ||
| network_state_example.yml | ||
| remove+down_profile.yml | ||
| remove_profile.yml | ||
| roles | ||
| route_table_support.yml | ||
| route_type_support.yml | ||
| team_simple.yml | ||
| wireless_wpa3_owe.yml | ||
| wireless_wpa3_sae.yml | ||
| wireless_wpa_psk.yml | ||