summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-11-22 20:44:32 +0100
committerChristian Breunig <christian@breunig.cc>2024-11-22 20:44:32 +0100
commit8f13b68e1eba198aa44d222168d60b8b103971d0 (patch)
tree9158358856895c5391627c9896a3be3e9c4acd96
parent16d743a7e26a4655cfb0eec052b36e39d70c3b58 (diff)
downloadvyos-documentation-8f13b68e1eba198aa44d222168d60b8b103971d0.tar.gz
vyos-documentation-8f13b68e1eba198aa44d222168d60b8b103971d0.zip
avahi: T6908: add option to define mdns-repeater max-cache entriesavahi-T6908
-rw-r--r--docs/configuration/service/mdns.rst11
1 files 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 <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
=======