Firewall / aliases. resolve mac addresses at fixed ttl for https://github.com/opnsense/core/issues/4248

This commit is contained in:
Ad Schellevis 2020-08-10 14:23:20 +02:00
parent c2c424aea2
commit 8fdb97a2f4

View File

@ -29,6 +29,8 @@
<ttl>86400</ttl>
{% elif alias.type == 'host' %}
<ttl>{{ system.aliasesresolveinterval|default('300') }}</ttl>
{% elif alias.type == 'mac' %}
<ttl>30</ttl>
{% endif %}
</table>
{% endif %}