[riot-commits] [RIOT-OS/RIOT] 04d77b: IPv6: implement source address selection
Oleg Hahm
oleg at hobbykeller.org
Tue Aug 18 01:17:40 CEST 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 04d77bd3f2fd6de0e9deadc2ba4c0cd081b4d0a9
https://github.com/RIOT-OS/RIOT/commit/04d77bd3f2fd6de0e9deadc2ba4c0cd081b4d0a9
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M sys/include/net/ng_ipv6/netif.h
M sys/net/network_layer/ng_ipv6/netif/ng_ipv6_netif.c
Log Message:
-----------
IPv6: implement source address selection
see http://tools.ietf.org/html/rfc6724#section-4 and
http://tools.ietf.org/html/rfc6724#section-5
Commit: 8b2d9bfe4bd60d214f7aa2c3c30f20e19c98ca9e
https://github.com/RIOT-OS/RIOT/commit/8b2d9bfe4bd60d214f7aa2c3c30f20e19c98ca9e
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M Makefile.dep
Log Message:
-----------
make: added dependency from ipv6_netif to bitfield
Commit: 65e2acb29dd53b311647839a56c1e97c338905fd
https://github.com/RIOT-OS/RIOT/commit/65e2acb29dd53b311647839a56c1e97c338905fd
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M tests/unittests/tests-ipv6_netif/tests-ipv6_netif.c
Log Message:
-----------
unittests: fixed ipv6_netif tests
Anycasts are not explicitly forbidden according to RFC6724, Appendix B.
Commit: b68213a410d1f6a207243b9428a588146c78d50c
https://github.com/RIOT-OS/RIOT/commit/b68213a410d1f6a207243b9428a588146c78d50c
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M Makefile.dep
M sys/include/net/ng_ipv6/netif.h
M sys/net/network_layer/ng_ipv6/netif/ng_ipv6_netif.c
M tests/unittests/tests-ipv6_netif/tests-ipv6_netif.c
Log Message:
-----------
Merge pull request #3561 from OlegHahm/ipv6_source_candidate_set
IPv6: implement source address candidate selection
Compare: https://github.com/RIOT-OS/RIOT/compare/feb8b8cc0f30...b68213a410d1
More information about the commits
mailing list