diff options
author | Christian Breunig <christian@breunig.cc> | 2024-11-23 21:20:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-23 21:20:29 +0100 |
commit | edc433a2f39ae4cff6f545d9716a67f4358bf29b (patch) | |
tree | 9158358856895c5391627c9896a3be3e9c4acd96 /docs | |
parent | 16d743a7e26a4655cfb0eec052b36e39d70c3b58 (diff) | |
parent | 8f13b68e1eba198aa44d222168d60b8b103971d0 (diff) | |
download | vyos-documentation-edc433a2f39ae4cff6f545d9716a67f4358bf29b.tar.gz vyos-documentation-edc433a2f39ae4cff6f545d9716a67f4358bf29b.zip |
Merge pull request #1571 from vyos/avahi-T6908
avahi: T6908: add option to define mdns-repeater max-cache entries
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/service/mdns.rst | 11 |
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 ======= |