mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
faa47a0e03
Summary: Even ehen COMP is cleared, the algorithm always elides part of the address when a matching context is found. This behviour occurs because in the line if ((src_ctx != NULL) || ipv6_addr_is_link_local(&(ipv6_hdr->src))) the COMP bit is not tested. This patch fixes the problem by setting [src|dst]_ctx to NULL if the context must not be used. |
||
---|---|---|
.. | ||
application_layer | ||
conn | ||
link_layer | ||
netapi | ||
netif | ||
netreg | ||
nettest | ||
network_layer | ||
pkt | ||
pktbuf_static | ||
pktdump | ||
priority_pktqueue | ||
routing/rpl | ||
sock | ||
transport_layer/udp | ||
Makefile |