[riot-commits] [RIOT-OS/RIOT] 3d821e: gnrc_rpl: remove route before updating it
Cenk Gündoğan
mail-github at cgundogan.de
Fri May 4 18:00:07 CEST 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 3d821ee195c416b19312fadae55b2362efb1374a
https://github.com/RIOT-OS/RIOT/commit/3d821ee195c416b19312fadae55b2362efb1374a
Author: Martine Lenders <m.lenders at fu-berlin.de>
Date: 2018-05-04 (Fri, 04 May 2018)
Changed paths:
M sys/net/gnrc/routing/rpl/gnrc_rpl_control_messages.c
M sys/net/gnrc/routing/rpl/gnrc_rpl_dodag.c
Log Message:
-----------
gnrc_rpl: remove route before updating it
The "new" forwarding table does not update an old route but just adds
another as long as it is not *exactly* the same. However, the RPL
adaptation missed to remove the old route so RPL got easily confused
about where it actually needed to send packets.
Commit: 2687e87e0a3c84ada55b940e97dbcf3e4310c3d5
https://github.com/RIOT-OS/RIOT/commit/2687e87e0a3c84ada55b940e97dbcf3e4310c3d5
Author: Cenk Gündoğan <mail-github at cgundogan.de>
Date: 2018-05-04 (Fri, 04 May 2018)
Changed paths:
M sys/net/gnrc/routing/rpl/gnrc_rpl_control_messages.c
M sys/net/gnrc/routing/rpl/gnrc_rpl_dodag.c
Log Message:
-----------
Merge pull request #9073 from miri64/gnrc_rpl/fix/ft-del
gnrc_rpl: remove route before updating it
Compare: https://github.com/RIOT-OS/RIOT/compare/48d17e68dec9...2687e87e0a3c
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list