Can defined MAC address
This commit is contained in:
parent
71b1658ce1
commit
feb3db167d
@ -17,6 +17,9 @@ iface br0
|
|||||||
{% else %}
|
{% else %}
|
||||||
iface eth0
|
iface eth0
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if hw_address is defined %}
|
||||||
|
hwaddress ether {{ hw_address }}
|
||||||
|
{% endif %}
|
||||||
{% if wanted_ip4 is defined %}
|
{% if wanted_ip4 is defined %}
|
||||||
address {{ wanted_ip4 }}/24
|
address {{ wanted_ip4 }}/24
|
||||||
gateway {{ local_network.gateway }}
|
gateway {{ local_network.gateway }}
|
||||||
|
Loading…
Reference in New Issue
Block a user