summaryrefslogtreecommitdiff
path: root/sharpd/sharp_zebra.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-01-30 13:54:38 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-02-08 20:31:37 -0500
commitab18a4954fc892a668e6eb4a39e249135d91bd1b (patch)
treeced65c5447ad0142140133794d58d0b97f450496 /sharpd/sharp_zebra.h
parentc83c5e4482580351d20fb45dc643c368866e33d8 (diff)
sharpd: Add some infrastructure to allow test of ZEBRA_VRF_LABEL
Add some infrastructure to allow the testing of ZEBRA_VRF_LABEL Signed-off-by: Donald Sharp <sharp@cumulusnetworks.com>
Diffstat (limited to 'sharpd/sharp_zebra.h')
-rw-r--r--sharpd/sharp_zebra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sharpd/sharp_zebra.h b/sharpd/sharp_zebra.h
index 97100f61a6..281c67ff94 100644
--- a/sharpd/sharp_zebra.h
+++ b/sharpd/sharp_zebra.h
@@ -24,6 +24,7 @@
extern void sharp_zebra_init(void);
+extern void vrf_label_add(vrf_id_t vrf_id, mpls_label_t label);
extern void route_add(struct prefix *p, struct nexthop *nh);
extern void route_delete(struct prefix *p);
#endif