Nullrouting: lowercase string description

This commit is contained in:
Simon Duquennoy 2018-05-04 00:43:31 -07:00
parent fe1320e39e
commit 846ab211b6
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ drop_route(uip_ds6_route_t *route)
}
/*---------------------------------------------------------------------------*/
const struct routing_driver nullrouting_driver = {
"Null Routing",
"nullrouting",
init,
root_set_prefix,
root_start,