1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 01:53:51 +01:00
Martine Lenders 160ccbcf7e gnrc_ipv6: don't recurse into receive for encapsulated IPv6
`_decapsulate()` is called by callees of `_receive()` so the call to
the latter function within the first creates a recursion we don't want.
Using `gnrc_netapi` instead removes that and provides the added benefit
that other subscribers to IPv6 are also informed.
2018-11-08 11:54:05 +01:00
..
2018-05-21 16:37:38 +02:00
2018-03-06 14:00:32 +01:00
2018-03-06 14:00:32 +01:00
2018-04-06 11:18:53 +02:00
2018-07-20 11:48:29 +02:00
2018-06-11 19:12:02 +02:00
2015-08-30 14:00:33 +02:00