summaryrefslogtreecommitdiff
path: root/zebra/sample_plugin.c
AgeCommit message (Collapse)Author
2021-01-11zebra: remove unused local in dplane sample pluginMark Stapp
Remove an unused local in the sample dataplane plugin. Signed-off-by: Mark Stapp <mjs@voltanet.io>
2019-10-31zebra: Add a sample dataplane plugin moduleMark Stapp
Add a dataplane plugin module as a sample or reference for folks who might like to integrate with the zebra dataplane subsystem. This isn't part of the FRR build or product; there are some simple build and load-at-runtime instructions in comments in the file. Signed-off-by: Mark Stapp <mjs@voltanet.io>