[riot-commits] [RIOT-OS/RIOT] 3a4934: gnrc_netif: generalize IID generation for short ad...
Martine Lenders
authmillenon at gmail.com
Fri Jan 5 13:29:20 CET 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 3a493436baa622241bca7489ba0af101ba0175d4
https://github.com/RIOT-OS/RIOT/commit/3a493436baa622241bca7489ba0af101ba0175d4
Author: Martine Lenders <m.lenders at fu-berlin.de>
Date: 2018-01-05 (Fri, 05 Jan 2018)
Changed paths:
M sys/net/gnrc/netif/gnrc_netif.c
Log Message:
-----------
gnrc_netif: generalize IID generation for short addresses
Moves setting of addresses of length lesser than 3 to a function that
initializes the first 5 byte of the IID with `00:00:00:ff:fe` and then
fills up the rest with zeroes and the given short address.
Commit: c6833704dccabba1a2c08413fc01950ee440ef7b
https://github.com/RIOT-OS/RIOT/commit/c6833704dccabba1a2c08413fc01950ee440ef7b
Author: Martine Lenders <m.lenders at fu-berlin.de>
Date: 2018-01-05 (Fri, 05 Jan 2018)
Changed paths:
M sys/net/gnrc/netif/gnrc_netif.c
Log Message:
-----------
gnrc_netif: add nrfmin IID support
Adds a `nrfmin` case to IID generation, so an IID can be generated
from a `nrfmin` device's (short) address (the long address is just
4-time repetition of the short address).
Commit: e888e47a0c8141dcf5776bfa2710b078bf3b00b9
https://github.com/RIOT-OS/RIOT/commit/e888e47a0c8141dcf5776bfa2710b078bf3b00b9
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2018-01-05 (Fri, 05 Jan 2018)
Changed paths:
M sys/net/gnrc/netif/gnrc_netif.c
Log Message:
-----------
Merge pull request #8325 from miri64/gnrc_netif/enh/add-nrfmin-iid
gnrc_netif: add nrfmin IID support
Compare: https://github.com/RIOT-OS/RIOT/compare/b0b798001c78...e888e47a0c81
More information about the commits
mailing list