Oleg Hahm
|
9b7b1bae37
|
6lowpan: prefixes are initially all null pointers
Since the prefixes list stores pointers, one need to check for null pointers first.
|
2015-09-24 02:27:42 +02:00 |
|
Oleg Hahm
|
ba023aecb8
|
6lowpan nd: use correct upper limit for iterating
While iterating over the prefixes the wrong upper limit was used for the for loop.
|
2015-09-24 02:27:42 +02:00 |
|
Oleg Hahm
|
effe7bbde0
|
6lowpan: 6LBR need to initialize rtr adv interval
|
2015-09-20 21:42:20 +02:00 |
|
Martine Lenders
|
f3b9e5fa8e
|
gnrc_sixlowpan_nd_router: cast before shifting
`avr-gcc` was complaining about shifting the value out of the width of
type. This is a fix for that.
|
2015-09-20 16:04:30 +02:00 |
|
Oleg Hahm
|
a1158092a4
|
sixlowpan nd: move set_rtr_adv function to router
|
2015-09-17 02:08:52 +02:00 |
|
Martine Lenders
|
e6c96cde53
|
gnrc_sixlowpan_nd_border_router: initial import
|
2015-09-11 16:45:38 +02:00 |
|
Martine Lenders
|
132f5e1b9c
|
gnrc_sixlowpan_nd_router: initial import
|
2015-09-10 02:13:44 +02:00 |
|