diff --git a/source/include/FreeRTOS_DNS.h b/source/include/FreeRTOS_DNS.h index 3d5fe17cd..830e1ae2b 100644 --- a/source/include/FreeRTOS_DNS.h +++ b/source/include/FreeRTOS_DNS.h @@ -54,10 +54,6 @@ extern const IPv6_Address_t ipLLMNR_IP_ADDR_IPv6; extern const MACAddress_t xMDNS_MacAddress; /* The MDNS IPv6 MAC address is 33:33:00:01:00:03 */ -extern const MACAddress_t xMDNS_MACAddressIPv6; - -/* The MDNS IPv6 address is ff02::1:3 */ -extern const IPv6_Address_t ipMDNS_IP_ADDR_IPv6; /* This type-name was formally "misspelled" as * xMDNS_MACAddressIPv6 with "MAC": */ @@ -65,6 +61,9 @@ extern const MACAddress_t xMDNS_MacAddressIPv6; /* Guarantee backward compatibility. */ #define xMDNS_MACAddressIPv6 xMDNS_MacAddressIPv6 +/* The MDNS IPv6 address is ff02::1:3 */ +extern const IPv6_Address_t ipMDNS_IP_ADDR_IPv6; + /** @brief While doing integration tests, it is necessary to influence the choice * between DNS/IPv4 and DNS/IPv4. Depending on this, a DNS server will be * addressed via IPv4 or IPv6 messages. */