fix: correct hardcoded macvlan template, use var macvlan_interface. (#7401)
parent
486b223e01
commit
e1c6992c55
|
@ -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') }}
|
||||
|
|
Loading…
Reference in New Issue