[riot-commits] [RIOT-OS/RIOT] 30c76a: net: added a core implementation of a FIB
Martine Lenders
authmillenon at gmail.com
Wed Apr 1 11:40:22 CEST 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 30c76adc438efed2f24339fab45b3fbc80967119
https://github.com/RIOT-OS/RIOT/commit/30c76adc438efed2f24339fab45b3fbc80967119
Author: BytesGalore <Martin.Landsmann at HAW-Hamburg.de>
Date: 2015-04-01 (Wed, 01 Apr 2015)
Changed paths:
M Makefile.dep
M sys/Makefile
M sys/Makefile.include
A sys/include/net/ng_fib.h
A sys/include/net/ng_fib/ng_fib_table.h
A sys/include/net/ng_fib/ng_universal_address.h
A sys/net/network_layer/fib/Makefile
A sys/net/network_layer/fib/fib.c
A sys/net/network_layer/fib/universal_address.c
M sys/shell/commands/Makefile
A sys/shell/commands/sc_fib.c
M sys/shell/commands/shell_commands.c
A tests/unittests/tests-fib/Makefile
A tests/unittests/tests-fib/Makefile.include
A tests/unittests/tests-fib/tests-fib.c
A tests/unittests/tests-fib/tests-fib.h
Log Message:
-----------
net: added a core implementation of a FIB
Commit: 9372d955b3a1cf84f95a9bf602c8fd28e6c9c1b7
https://github.com/RIOT-OS/RIOT/commit/9372d955b3a1cf84f95a9bf602c8fd28e6c9c1b7
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2015-04-01 (Wed, 01 Apr 2015)
Changed paths:
M Makefile.dep
M sys/Makefile
M sys/Makefile.include
A sys/include/net/ng_fib.h
A sys/include/net/ng_fib/ng_fib_table.h
A sys/include/net/ng_fib/ng_universal_address.h
A sys/net/network_layer/fib/Makefile
A sys/net/network_layer/fib/fib.c
A sys/net/network_layer/fib/universal_address.c
M sys/shell/commands/Makefile
A sys/shell/commands/sc_fib.c
M sys/shell/commands/shell_commands.c
A tests/unittests/tests-fib/Makefile
A tests/unittests/tests-fib/Makefile.include
A tests/unittests/tests-fib/tests-fib.c
A tests/unittests/tests-fib/tests-fib.h
Log Message:
-----------
Merge pull request #2211 from BytesGalore/add_fib
sys/net/network_layer added a core implementation of a FIB
Compare: https://github.com/RIOT-OS/RIOT/compare/26710c108550...9372d955b3a1
More information about the commits
mailing list