From b6759431b080ad354a3b6d1d590fb96df40ce6c0 Mon Sep 17 00:00:00 2001 From: Michael Mitchell Date: Tue, 9 Jun 2020 11:50:18 -0500 Subject: replace zeroconf address in mDNS repeater doc The address 224.0.0.51 is a Zeroconf address, and not the address associated with mDNS (224.0.0.251) The Multicast address registry from IANA can be found here: https://www.iana.org/assignments/multicast-addresses/multicast-addresses.xhtml under `Local Network Control Block` --- docs/services/mdns-repeater.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/services/mdns-repeater.rst b/docs/services/mdns-repeater.rst index d211aa50..9d6a292a 100644 --- a/docs/services/mdns-repeater.rst +++ b/docs/services/mdns-repeater.rst @@ -5,7 +5,7 @@ Starting with VyOS 1.2 a :abbr:`mDNS (Multicast DNS)` repeater functionality is provided. Additional information can be obtained from https://en.wikipedia.org/wiki/Multicast_DNS. -Multicast DNS uses the 224.0.0.51 address, which is "administratively scoped" +Multicast DNS uses the 224.0.0.251 address, which is "administratively scoped" and does not leave the subnet. It retransmits mDNS packets from one interface to other interfaces. This enables support for e.g. Apple Airplay devices across multiple VLANs. -- cgit v1.2.3