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