diff options
author | Jan Moskyto Matejka <mq@ucw.cz> | 2017-03-17 15:48:09 +0100 |
---|---|---|
committer | Jan Moskyto Matejka <mq@ucw.cz> | 2017-03-17 15:48:32 +0100 |
commit | 3c74416465d77c0e79eeaaeb988e471663484b5d (patch) | |
tree | 44f84dccd613fd36700729972d9329369275d785 /nest/route.h | |
parent | a5d2a34497853a02692a0b8ea812f44d6820a399 (diff) |
Nexthop: Fixed recursive route mpls label merging
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h index 65711138..546b04c4 100644 --- a/nest/route.h +++ b/nest/route.h @@ -551,7 +551,7 @@ static inline rta * rta_cow(rta *r, linpool *lp) { return rta_is_cached(r) ? rta void rta_dump(rta *); void rta_dump_all(void); void rta_show(struct cli *, rta *, ea_list *); -void rta_set_recursive_next_hop(rtable *dep, rta *a, rtable *tab, ip_addr gw, ip_addr ll); +void rta_set_recursive_next_hop(rtable *dep, rta *a, rtable *tab, ip_addr gw, ip_addr ll, mpls_label_stack *mls); /* * rta_set_recursive_next_hop() acquires hostentry from hostcache and fills |