fix: correct hardcoded macvlan template, use var macvlan_interface. (#7401)
This commit is contained in:
@ -5,7 +5,7 @@ BOOTPROTO=none
|
||||
ONBOOT=yes
|
||||
NM_CONTROLLED=no
|
||||
|
||||
MACVLAN_PARENT=eth2
|
||||
MACVLAN_PARENT={{ macvlan_interface }}
|
||||
MACVLAN_MODE=bridge
|
||||
|
||||
IPADDR={{ node_pod_cidr|ipaddr('net')|ipaddr(1)|ipaddr('address') }}
|
||||
|
Reference in New Issue
Block a user