summaryrefslogtreecommitdiff
path: root/data/templates/mdns-repeater/avahi-daemon.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/mdns-repeater/avahi-daemon.conf.j2')
-rw-r--r--data/templates/mdns-repeater/avahi-daemon.conf.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/mdns-repeater/avahi-daemon.conf.j2 b/data/templates/mdns-repeater/avahi-daemon.conf.j2
index cc6495817..a5031945c 100644
--- a/data/templates/mdns-repeater/avahi-daemon.conf.j2
+++ b/data/templates/mdns-repeater/avahi-daemon.conf.j2
@@ -6,6 +6,9 @@ allow-interfaces={{ interface | join(', ') }}
{% if browse_domain is vyos_defined and browse_domain | length %}
browse-domains={{ browse_domain | join(', ') }}
{% endif %}
+{% if cache_entries is vyos_defined %}
+cache-entries-max={{ cache_entries }}
+{% endif %}
disallow-other-stacks=no
[wide-area]