mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
gnrc_uhcpc: remove wild comment
This commit is contained in:
parent
081499e280
commit
eacd0814d2
@ -147,8 +147,6 @@ void uhcp_handle_prefix(uint8_t *prefix, uint8_t prefix_len, uint16_t lifetime,
|
||||
}
|
||||
memcpy(&_prefix, prefix, sizeof(_prefix));
|
||||
gnrc_netapi_set(gnrc_wireless_interface, NETOPT_IPV6_ADDR, (64 << 8),
|
||||
/* always update 6LoWPAN compression context so it does not time out, we
|
||||
* can't just remove it anyway according to the RFC */
|
||||
prefix, sizeof(ipv6_addr_t));
|
||||
#ifdef MODULE_GNRC_SIXLOWPAN_CTX
|
||||
/* add compression before ABR to add it automatically to its context list */
|
||||
|
Loading…
Reference in New Issue
Block a user