mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-21 18:01:26 -07:00
(cherry picked from commit b5f8ae4320
)
Co-authored-by: spike77453 <spike77453@users.noreply.github.com>
This commit is contained in:
parent
ca0b1efa5b
commit
a090e2ff85
3 changed files with 4 additions and 0 deletions
|
@ -752,6 +752,7 @@ class Nmcli(object):
|
|||
})
|
||||
elif self.type == 'bridge-slave':
|
||||
options.update({
|
||||
'connection.slave-type': 'bridge',
|
||||
'bridge-port.path-cost': self.path_cost,
|
||||
'bridge-port.hairpin-mode': self.hairpin,
|
||||
'bridge-port.priority': self.slavepriority,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue