mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
Add support for the `wait_ip` property, the system will consider
connection activated only when specific IP stack is configured.
This enables flexibility in scenarios such as
IPv6-only networks, where the overall network configuration can still
succeed when IPv4 configuration fails but IPv6 completes successfully.
The `wait_ip` can be configured with the following possible values:
* "any": System will consider interface activated when any IP stack is
configured.
* "ipv4": System will wait IPv4 been configured.
* "ipv6": System will wait IPv6 been configured.
* "ipv4+ipv6": System will wait both IPv4 and IPv6 been configured.
Resolves: https://issues.redhat.com/browse/RHEL-63026
Signed-off-by: Wen Liang <wenliang@redhat.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 | ||
| eth_with_wait_ip.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 | ||