diff options
Diffstat (limited to 'isisd/isis_route.h')
-rw-r--r-- | isisd/isis_route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_route.h b/isisd/isis_route.h index 59b6c226..4eac79b8 100644 --- a/isisd/isis_route.h +++ b/isisd/isis_route.h @@ -57,7 +57,7 @@ struct isis_route_info struct isis_route_info *isis_route_create (struct prefix *prefix, u_int32_t cost, u_int32_t depth, struct list *adjacencies, - struct isis_area *area); + struct isis_area *area, int level); int isis_route_validate (struct thread *thread); |