summaryrefslogtreecommitdiffstats
path: root/vrrpd/vrrp_debug.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vrrpd, lib: style fixesQuentin Young2019-05-171-1/+1
| | | | | | | | | Fixup: * Blank lines after declarations * Trailing whitespace * Braces and parentheses Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* vrrpd: add support for configuration writingQuentin Young2019-05-171-1/+1
| | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* vrrpd: add debugging knobsQuentin Young2019-05-171-0/+131
* Add control structures for debugging * Add CLI commands for debugging Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>