Set SLAVE=yes in ifcfg files when MASTER is set
- Fixes: #1980 Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -7,6 +7,7 @@ VLAN=yes
|
||||
TYPE={{ default "Ethernet" $netdev.Type }}
|
||||
{{- end }}
|
||||
{{- if $netdev.Tags.master }}
|
||||
SLAVE=yes
|
||||
MASTER={{ $netdev.Tags.master }}
|
||||
{{- end }}
|
||||
{{- if $netdev.Device }}
|
||||
|
||||
Reference in New Issue
Block a user