]> git.proxmox.com Git - mirror_frr.git/blobdiff - sharpd/sharp_zebra.h
Merge pull request #3560 from opensourcerouting/fix-sh-bgp-community
[mirror_frr.git] / sharpd / sharp_zebra.h
index 58438ed01d821b2f9b8c1f9eda64062e493254e5..ffe21df9b807af57ee0c19e426619b1f040c06e7 100644 (file)
@@ -25,7 +25,8 @@
 extern void sharp_zebra_init(void);
 
 extern void vrf_label_add(vrf_id_t vrf_id, afi_t afi, mpls_label_t label);
-extern void route_add(struct prefix *p, uint8_t instance, struct nexthop *nh);
+extern void route_add(struct prefix *p, uint8_t instance,
+                     struct nexthop_group *nhg);
 extern void route_delete(struct prefix *p, uint8_t instance);
 extern void sharp_zebra_nexthop_watch(struct prefix *p, bool watch);
 #endif