1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net
Lotte Steenbrink 465f9096b1 aodvv2: call aodv_packet_reader_handle_packet() when recieved packet is *not* our own.
For some reason the call to aodv_packet_reader_handle_packet() got lumped in with the check if a received packet is ours. In consequence, all packets which were not sent by the node that received them (i.e. the important ones) were silently ignored, preventing any routes from being established.
This should be fixed now: foreign packets are now handled again, while own packets are ignored.
Also, I made the corresponding comment a bit less passive-aggressive.
2015-01-06 12:54:14 -08:00
..
ccn_lite Merge pull request #2024 from OlegHahm/ccnl_802154 2014-12-16 11:03:20 +01:00
crosslayer debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
include rpl: cleanup, changing structdefs into typedefs 2014-12-26 21:13:33 +01:00
link_layer debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
network_layer/sixlowpan exclude `ipv6_iface_set_routing_provider() from #ifdef MODULE_RPL` so that other routing protocols can use it too. 2014-12-17 02:09:09 -08:00
routing aodvv2: call aodv_packet_reader_handle_packet() when recieved packet is *not* our own. 2015-01-06 12:54:14 -08:00
transport_layer Merge pull request #2117 from OlegHahm/doxygen_eliminate_warnings 2014-12-04 17:18:42 +01:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00