Skip to content
Snippets Groups Projects
Unverified Commit e1c6992c authored by Jacky Wu's avatar Jacky Wu Committed by GitHub
Browse files

fix: correct hardcoded macvlan template, use var macvlan_interface. (#7401)

parent 486b223e
Branches
Tags
No related merge requests found
......@@ -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') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment