mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 13:59:09 -07:00
nmcli: Add 'slave-type bridge' to nmcli command if type is bridge-slave (#2409)
This commit is contained in:
parent
26aba8e766
commit
b5f8ae4320
3 changed files with 4 additions and 0 deletions
|
@ -223,6 +223,7 @@ TESTCASE_BRIDGE_SLAVE_SHOW_OUTPUT = """\
|
|||
connection.id: non_existent_nw_device
|
||||
connection.interface-name: br0_non_existant
|
||||
connection.autoconnect: yes
|
||||
connection.slave-type: bridge
|
||||
ipv4.never-default: no
|
||||
bridge-port.path-cost: 100
|
||||
bridge-port.hairpin-mode: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue