15 lines
291 B
Text
15 lines
291 B
Text
|
DEVICE=mac0
|
||
|
DEVICETYPE=macvlan
|
||
|
TYPE=macvlan
|
||
|
BOOTPROTO=none
|
||
|
ONBOOT=yes
|
||
|
NM_CONTROLLED=no
|
||
|
|
||
|
MACVLAN_PARENT=eth2
|
||
|
MACVLAN_MODE=bridge
|
||
|
|
||
|
IPADDR={{ node_pod_cidr|ipaddr('net')|ipaddr(1)|ipaddr('address') }}
|
||
|
NETMASK={{ node_pod_cidr|ipaddr('netmask') }}
|
||
|
NETWORK={{ node_pod_cidr|ipaddr('network') }}
|
||
|
|