diff options
Diffstat (limited to 'staticd/static_zebra.h')
| -rw-r--r-- | staticd/static_zebra.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/staticd/static_zebra.h b/staticd/static_zebra.h index 6b73b0dd3d..a82eb162e1 100644 --- a/staticd/static_zebra.h +++ b/staticd/static_zebra.h @@ -23,7 +23,8 @@ extern struct thread_master *master; extern void static_zebra_nht_register(struct static_route *si, bool reg); -extern void static_zebra_route_add(struct route_node *rn, vrf_id_t vrf_id, - safi_t safi, bool install); +extern void static_zebra_route_add(struct route_node *rn, + struct static_route *si_changed, + vrf_id_t vrf_id, safi_t safi, bool install); extern void static_zebra_init(void); #endif |
