summaryrefslogtreecommitdiff
path: root/sharpd/sharp_nht.h
AgeCommit message (Collapse)Author
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2020-09-28sharpd: implement NHG notification handlingStephen Worley
Implement handling of NHG notifications in sharpd so that the routes don't attempt to use an NHG ID that did not successfully get created. If it does not get installed, we fall back to traditional zapi messaging. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
2020-09-28sharpd: add abilty to send a nhg to zebraDonald Sharp
Modify the sharpd program to have the ability to pass down a NHG and then operate on it for route installation. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2019-02-07sharpd: Add 'sharp data nexthop' data dumpDonald Sharp
Add some basic data dumping about what we have watched from the vty/vtysh cli for nexthops. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>