summaryrefslogtreecommitdiff
path: root/zebra/sample_plugin.c
AgeCommit message (Collapse)Author
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
Let's find a better name for it. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
Convert the `struct thread_master` to `struct event_master` across the code base. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
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>
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
... again ... Signed-off-by: David Lamparter <equinox@diac24.net>
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>