network/examples
Wen Liang ae2d60a0b2 Add support for ETHTOOL Ring option
ETHTOOL Ring option is not supported by NetworkManager until
NM 1.25.2. Currently, ETHTOOL Ring option is not suppored by
Network role, so enable the support for ETHTOOL Ring option.

Configure ethtool ring option via:

	```yaml
            network_connections:
              - name: testnic1
                type: ethernet
                state: up
                ip:
                  dhcp4: no
                  auto6: no
                ethtool:
                  ring:
                    rx: 128
                    rx_jumbo: 128
                    rx_mini: 128
                    tx: 128
	```

Signed-off-by: Wen Liang <liangwen12year@gmail.com>
2021-05-11 18:19:16 +02: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
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_wpa_psk.yml Fix wireless WPA PSK example 2020-06-16 09:06:23 +02:00