Orchestra: added support for RPL non-storing mode

This commit is contained in:
Simon Duquennoy 2016-04-29 22:12:06 +02:00 committed by Simon Duquennoy
parent ded71a7400
commit c3ea1f9fc6
5 changed files with 132 additions and 10 deletions

View file

@ -53,7 +53,8 @@ struct orchestra_rule {
};
struct orchestra_rule eb_per_time_source;
struct orchestra_rule unicast_per_neighbor;
struct orchestra_rule unicast_per_neighbor_rpl_storing;
struct orchestra_rule unicast_per_neighbor_rpl_ns;
struct orchestra_rule default_common;
extern linkaddr_t orchestra_parent_linkaddr;