diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-05-03 19:35:36 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-05-03 19:38:38 -0400 | 
| commit | 921af54db946f0f62fc4579850872ef71384bfde (patch) | |
| tree | efd60d40e37971316563fa5431f54058c19ce485 /sharpd/sharp_zebra.h | |
| parent | 83187b82853d0bf905dacf4de93592f2207c35a6 (diff) | |
sharpd: add v4 redistribute watching
Add the ability for sharpd to watch v4 redistribution events
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'sharpd/sharp_zebra.h')
| -rw-r--r-- | sharpd/sharp_zebra.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/sharpd/sharp_zebra.h b/sharpd/sharp_zebra.h index ffddb9e780..4355f49a2f 100644 --- a/sharpd/sharp_zebra.h +++ b/sharpd/sharp_zebra.h @@ -63,4 +63,6 @@ extern void sharp_zebra_send_arp(const struct interface *ifp,  /* Register Link State Opaque messages */  extern void sharp_zebra_register_te(void); +extern void sharp_redistribute_vrf(struct vrf *vrf, int source); +  #endif  | 
