update..
This commit is contained in:
		| @@ -17,7 +17,11 @@ auto {{ config.device }} | ||||
| allow-{{ stanza }} | ||||
| {%   endfor -%} | ||||
| iface {{ config.device }} {{ config.family | default('inet', true) }} {{ config.method | default('static', true) }} | ||||
| {%   if config.method == "static" %} | ||||
| {%   if config.method == "manual" %} | ||||
| {%     if config.hwaddress is defined and config.hwaddress %} | ||||
|    hwaddress {{ config.hwaddress }} | ||||
| {%     endif %} | ||||
| {%   elif config.method == "static" %} | ||||
| {%     if (config.description is defined and config.description)  %} | ||||
|    description {{ config.description }} | ||||
| {%     endif %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user