network/examples
Wen Liang 9fd19afa25 Allow configuring network connection via matching path
Users can easily configure or update network connection via matching
physical device path of the interface, which add certain flexibilty of
user experience.

Update connection profile via matching `path` setting:

```yaml
  - name: eth0
    type: ethernet
    autoconnect: yes
    # For PCI devices, the path has the form "pci-$domain:$bus:$device.$function"
    # It will only update the interface with the path "pci-0000:00:03.0"
    match:
      path:
        - pci-0000:00:03.0
```

Signed-off-by: Wen Liang <liangwen12year@gmail.com>
2021-10-06 18:22:42 +08:00
..
bond_simple.yml inclusive language: use "controller" instead of "master" 2021-02-03 12:57:03 +01:00
bond_with_vlan.yml inclusive language: use "port" instead of "slave" 2021-02-03 15:15:04 +01:00
bridge_with_vlan.yml inclusive language: use "port" instead of "slave" 2021-02-03 15:15:04 +01:00
down_profile.yml Integration tests: Explicitly select provider 2020-04-19 21:08:56 +02:00
dummy_simple.yml RFE: Support dummy interfaces 2020-12-16 14:28:41 +08:00
eth_dns_support.yml Support dns-options in network role 2021-01-28 09:57:45 +08:00
eth_simple_auto.yml Rename files to be valid python identifiers 2020-04-22 17:40:03 +02:00
eth_with_802_1x.yml Add support for domain-suffix-match 802.1x option 2020-05-04 13:01:41 +02:00
eth_with_vlan.yml Rename files to be valid python identifiers 2020-04-22 17:40:03 +02:00
ethtool_coalesce.yml Add support for ethtool coalesce settings 2021-01-09 11:02:07 +08:00
ethtool_features.yml library: Change ethtool features to use underscores 2020-06-15 14:13:23 +02:00
ethtool_features_default.yml Rename files to be valid python identifiers 2020-04-22 17:40:03 +02:00
ethtool_ring.yml Add support for ETHTOOL Ring option 2021-05-11 18:19:16 +02:00
infiniband.yml Separate 'persistent_state' from 'state' 2018-08-15 10:04:47 +02:00
inventory Add SPDX-License-Identifier headers 2018-03-13 10:06:30 +01:00
ipv6_disabled.yml Support ipv6.method disabled in network role 2021-02-19 18:12:52 +01:00
macvlan.yml Separate 'persistent_state' from 'state' 2018-08-15 10:04:47 +02:00
match_path_support.yml Allow configuring network connection via matching path 2021-10-06 18:22:42 +08:00
remove+down_profile.yml Add example to down and remove a profile 2020-06-26 20:08:51 +02:00
remove_profile.yml Integration tests: Explicitly select provider 2020-04-19 21:08:56 +02:00
roles Avoid symlink loop and nonstandard top level roles directory - move to tests 2018-05-16 20:03:05 +02:00
team_simple.yml inclusive language: use "controller" instead of "master" 2021-02-03 12:57:03 +01:00
wireless_wpa3_owe.yml wifi: Add Opportunistic Wireless Encryption (OWE) support 2021-05-24 10:51:01 +08:00
wireless_wpa3_sae.yml wifi: Add Simultaneous Authentication of Equals(SAE) support 2021-08-09 09:59:22 +08:00
wireless_wpa_psk.yml Fix wireless WPA PSK example 2020-06-16 09:06:23 +02:00