summaryrefslogtreecommitdiff
path: root/sharpd/sharp_zebra.h
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2020-04-15 16:31:57 -0400
committerMark Stapp <mjs@voltanet.io>2020-06-02 08:21:38 -0400
commit2ac6c90d1866517628c6325c411c3fae526b9225 (patch)
treeb0f53c5d051dfd0c1a6454572498905daeb10ee7 /sharpd/sharp_zebra.h
parent79b3664a67fef8bad76439a2f34e608b6c475d85 (diff)
sharpd: send new OPAQUE messages
Add a simple cli to exercise the new OPAQUE messages. Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'sharpd/sharp_zebra.h')
-rw-r--r--sharpd/sharp_zebra.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sharpd/sharp_zebra.h b/sharpd/sharp_zebra.h
index 2b8e19dd97..ca7900b8c2 100644
--- a/sharpd/sharp_zebra.h
+++ b/sharpd/sharp_zebra.h
@@ -44,5 +44,8 @@ int sharp_install_lsps_helper(bool install_p, const struct prefix *p,
uint8_t type, int instance, uint32_t in_label,
const struct nexthop_group *nhg,
const struct nexthop_group *backup_nhg);
+/* Send OPAQUE messages, using subtype 'type'. */
+void sharp_opaque_send(uint32_t type, uint32_t count);
+
#endif