summaryrefslogtreecommitdiffstats
path: root/vrrpd/subdir.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: remove *.conf.sample filesQuentin Young2021-04-091-1/+0
| | | | | | | | | | Most of these are many, many years out of date. All of them vary randomly in quality. They show up by default in packages where they aren't really useful now that we use integrated config. Remove them. The useful ones have been moved to the docs. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
* vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
| | | | | | | Some daemons were actually missing from the static definitions: nhrpd, babeld, eigrpd and bfdd. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
* build: make clippy Makefile rules nicerDavid Lamparter2020-04-271-2/+3
| | | | | | | These are easy to get subtly wrong, and doing so can cause nondeterministic failures when racing in parallel builds. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-1/+1
| | | | | | No need to put $(top_srcdir) everywhere. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
| | | | | | | | The vrrpd one conflicts with the standalone vrrpd package; also we're installing daemons to /usr/lib/frr on some systems so they're not on PATH. Signed-off-by: David Lamparter <equinox@diac24.net>
* vrrpd: northbound conversionQuentin Young2019-12-091-0/+4
| | | | | | Convert VRRPD to use the northbound API. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* vrrpd: use MTYPE_STATICDavid Lamparter2019-06-211-2/+0
| | | | Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* vrrpd: include vrrp_packet.h in subdir.amQuentin Young2019-05-171-0/+1
| | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* vrrpd: add debugging knobsQuentin Young2019-05-171-0/+2
| | | | | | | * Add control structures for debugging * Add CLI commands for debugging Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* vrrpd: send ICMPv6 Neighbor AdvertisementsQuentin Young2019-05-171-0/+2
| | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* vrrpd: implement gratuitous ARPQuentin Young2019-05-171-5/+7
| | | | | | Implement gratuitous ARP functionality. Ethernet only. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* vrrpd: initial commitQuentin Young2019-05-171-0/+32
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>