summaryrefslogtreecommitdiff
path: root/sharpd/sharp_zebra.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-05-03 19:35:36 -0400
committerDonald Sharp <sharpd@nvidia.com>2021-05-03 19:38:38 -0400
commit921af54db946f0f62fc4579850872ef71384bfde (patch)
treeefd60d40e37971316563fa5431f54058c19ce485 /sharpd/sharp_zebra.h
parent83187b82853d0bf905dacf4de93592f2207c35a6 (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.h2
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