diff options
Diffstat (limited to 'networking/udhcp/d6_dhcpc.c')
-rw-r--r-- | networking/udhcp/d6_dhcpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c index 97985642b..112f12df2 100644 --- a/networking/udhcp/d6_dhcpc.c +++ b/networking/udhcp/d6_dhcpc.c | |||
@@ -531,6 +531,7 @@ static uint8_t *add_d6_client_options(uint8_t *ptr) | |||
531 | 531 | ||
532 | static int d6_mcast_from_client_config_ifindex(struct d6_packet *packet, uint8_t *end) | 532 | static int d6_mcast_from_client_config_ifindex(struct d6_packet *packet, uint8_t *end) |
533 | { | 533 | { |
534 | /* FF02::1:2 is "All_DHCP_Relay_Agents_and_Servers" address */ | ||
534 | static const uint8_t FF02__1_2[16] = { | 535 | static const uint8_t FF02__1_2[16] = { |
535 | 0xFF, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 536 | 0xFF, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
536 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, | 537 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, |