diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2017-07-12 18:28:40 +0200 | 
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2017-07-12 18:28:40 +0200 | 
| commit | e3054ee94fc010095262caba2305e82ecbca7597 (patch) | |
| tree | 78770d783a06a4b6d8d435aafc384c9e954474d7 /lib/nexthop.h | |
| parent | 80507207886f119001ea7e835b59890877e50e10 (diff) | |
zebra: prettier format for multilevel-recursive routes
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'lib/nexthop.h')
| -rw-r--r-- | lib/nexthop.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/nexthop.h b/lib/nexthop.h index 4d7f32f6f0..e9d937f94b 100644 --- a/lib/nexthop.h +++ b/lib/nexthop.h @@ -133,4 +133,5 @@ extern int nexthop_labels_match (struct nexthop *nh1, struct nexthop *nh2);  extern const char * nexthop2str (struct nexthop *nexthop, char *str, int size);  extern struct nexthop *nexthop_next(struct nexthop *nexthop); +extern unsigned int nexthop_level(struct nexthop *nexthop);  #endif /*_LIB_NEXTHOP_H */  | 
