Skip to content

Commit edc433a

Browse files
authored
Merge pull request #1571 from vyos/avahi-T6908
avahi: T6908: add option to define mdns-repeater max-cache entries
2 parents 16d743a + 8f13b68 commit edc433a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/configuration/service/mdns.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Since the mDNS protocol sends the :abbr:`AA(Authoritative Answer)` records in
1515
the packet itself, the repeater does not need to forge the source address.
1616
Instead, the source address is of the interface that repeats the packet.
1717

18+
.. note:: You can not run this in a VRRP setup, if multiple mDNS repeaters
19+
are launched in a subnet you will experience the mDNS packet storm death!
20+
1821
Configuration
1922
=============
2023

@@ -43,8 +46,12 @@ Configuration
4346
Allow listing additional custom domains to be browsed (in addition to the
4447
default ``local``) so that they can be reflected.
4548

46-
.. note:: You can not run this in a VRRP setup, if multiple mDNS repeaters
47-
are launched in a subnet you will experience the mDNS packet storm death!
49+
.. cfgcmd:: set service mdns repeater cache-entries <entries>
50+
51+
Specify how many resource records are cached per interface. Bigger values
52+
allow mDNS work correctly in large LANs but also increase memory consumption.
53+
54+
Defaults to: 4096
4855

4956
Example
5057
=======

0 commit comments

Comments
 (0)