[riot-commits] [RIOT-OS/RIOT] 1bc9c3: fib: changed handling of the net prefix
Cenk Gündoğan
cnkgndgn at gmail.com
Wed Mar 30 11:19:50 CEST 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 1bc9c3bfd262ae0cd269dc8602c01a90fc159bcb
https://github.com/RIOT-OS/RIOT/commit/1bc9c3bfd262ae0cd269dc8602c01a90fc159bcb
Author: BytesGalore <Martin.Landsmann at HAW-Hamburg.de>
Date: 2016-03-30 (Wed, 30 Mar 2016)
Changed paths:
M sys/include/net/fib.h
M sys/net/gnrc/routing/rpl/gnrc_rpl_control_messages.c
M sys/net/gnrc/routing/rpl/gnrc_rpl_dodag.c
M sys/net/network_layer/fib/fib.c
M sys/shell/commands/sc_fib.c
M sys/universal_address/universal_address.c
M tests/unittests/tests-fib/tests-fib.c
Log Message:
-----------
fib: changed handling of the net prefix
Until now the prefix length has been determined automatically by the FIB
This PR changes it to be provided as msb(yte) in the global_flags of an entry
Commit: 38d5fc24768d6316732d7f5d713c3cb4fb58901f
https://github.com/RIOT-OS/RIOT/commit/38d5fc24768d6316732d7f5d713c3cb4fb58901f
Author: BytesGalore <Martin.Landsmann at HAW-Hamburg.de>
Date: 2016-03-30 (Wed, 30 Mar 2016)
Changed paths:
M sys/include/universal_address.h
M sys/universal_address/universal_address.c
Log Message:
-----------
universal_address: replaced returned literals by defined constants
* added and adjusted doxy for the new defined return values
* stripped whitespaces for statements in the compare functions
Commit: 9dbfdcac0b70c105f55338eea1e32bd544af1d18
https://github.com/RIOT-OS/RIOT/commit/9dbfdcac0b70c105f55338eea1e32bd544af1d18
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2016-03-30 (Wed, 30 Mar 2016)
Changed paths:
M sys/include/net/fib.h
M sys/include/universal_address.h
M sys/net/gnrc/routing/rpl/gnrc_rpl_control_messages.c
M sys/net/gnrc/routing/rpl/gnrc_rpl_dodag.c
M sys/net/network_layer/fib/fib.c
M sys/shell/commands/sc_fib.c
M sys/universal_address/universal_address.c
M tests/unittests/tests-fib/tests-fib.c
Log Message:
-----------
Merge pull request #4279 from BytesGalore/fib_prefix_handling_change
fib: changed handling of the net prefix by the FIB
Compare: https://github.com/RIOT-OS/RIOT/compare/8b7512f0bf59...9dbfdcac0b70
More information about the commits
mailing list