From 8f13b68e1eba198aa44d222168d60b8b103971d0 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Fri, 22 Nov 2024 20:44:32 +0100 Subject: avahi: T6908: add option to define mdns-repeater max-cache entries --- docs/configuration/service/mdns.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/configuration/service/mdns.rst b/docs/configuration/service/mdns.rst index 51fbf1a1..f4ccc1cd 100644 --- a/docs/configuration/service/mdns.rst +++ b/docs/configuration/service/mdns.rst @@ -15,6 +15,9 @@ Since the mDNS protocol sends the :abbr:`AA(Authoritative Answer)` records in the packet itself, the repeater does not need to forge the source address. Instead, the source address is of the interface that repeats the packet. +.. note:: You can not run this in a VRRP setup, if multiple mDNS repeaters + are launched in a subnet you will experience the mDNS packet storm death! + Configuration ============= @@ -43,8 +46,12 @@ Configuration Allow listing additional custom domains to be browsed (in addition to the default ``local``) so that they can be reflected. -.. note:: You can not run this in a VRRP setup, if multiple mDNS repeaters - are launched in a subnet you will experience the mDNS packet storm death! +.. cfgcmd:: set service mdns repeater cache-entries + + Specify how many resource records are cached per interface. Bigger values + allow mDNS work correctly in large LANs but also increase memory consumption. + + Defaults to: 4096 Example ======= -- cgit v1.2.3