diff --git a/src/core/net/netif.cpp b/src/core/net/netif.cpp index 0d6990511..d401d7763 100644 --- a/src/core/net/netif.cpp +++ b/src/core/net/netif.cpp @@ -70,12 +70,12 @@ const otNetifMulticastAddress Netif::kLinkLocalAllNodesMulticastAddress = { {{{0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01}}}, &Netif::kRealmLocalAllNodesMulticastAddress}; -// "ff03:02" +// "ff03::02" const otNetifMulticastAddress Netif::kRealmLocalAllRoutersMulticastAddress = { {{{0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02}}}, &Netif::kLinkLocalAllNodesMulticastAddress}; -// "ff02:02" +// "ff02::02" const otNetifMulticastAddress Netif::kLinkLocalAllRoutersMulticastAddress = { {{{0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02}}}, &Netif::kRealmLocalAllRoutersMulticastAddress};