bundles/systemd-networkd: use some more options for bond interfaces
This commit is contained in:
parent
5319cd1e8b
commit
d83dbbdd75
3 changed files with 11 additions and 0 deletions
|
@ -72,6 +72,7 @@ for bond, config in node.metadata.get('systemd-networkd', {}).get('bonds', {}).i
|
|||
'context': {
|
||||
'bond': bond,
|
||||
'mode': config.get('mode', '802.3ad'),
|
||||
'prio': config.get('priority', '32768'),
|
||||
},
|
||||
'needed_by': {
|
||||
'svc_systemd:systemd-networkd',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue