Skip to content

Commit

Permalink
Remove unnecessary declaration of xMDNS_MACAddressIPv6.
Browse files Browse the repository at this point in the history
  • Loading branch information
ActoryOu committed Jul 31, 2024
1 parent 39d6a18 commit ec21554
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions source/include/FreeRTOS_DNS.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,16 @@ 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": */
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. */
Expand Down

0 comments on commit ec21554

Please sign in to comment.