| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Convert event.h to frrevent.h | Donald Sharp | 2023-03-24 | 1 | -1/+1 |
* | *: Convert `struct event_master` to `struct event_loop` | Donald Sharp | 2023-03-24 | 1 | -1/+1 |
* | *: Convert struct thread_master to struct event_master and it's ilk | Donald Sharp | 2023-03-24 | 1 | -1/+1 |
* | *: Rename thread.[ch] to event.[ch] | Donald Sharp | 2023-03-24 | 1 | -1/+1 |
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -16/+1 |
* | ospfd: set/unset bfd profile | Dmitrii Turlupov | 2022-06-30 | 1 | -2/+8 |
* | lib: remove enabled flag for bfd sessions | Igor Ryzhov | 2021-04-22 | 1 | -1/+0 |
* | ospfd: fix building with --disable-bfdd | Igor Ryzhov | 2021-03-31 | 1 | -1/+3 |
* | ospfd: fix checkpatch warnings | Rafael Zalamena | 2021-03-23 | 1 | -2/+0 |
* | ospfd: add debug option for BFD | Rafael Zalamena | 2021-03-23 | 1 | -6/+6 |
* | ospfd: support BFD profiles | Rafael Zalamena | 2021-03-23 | 1 | -0/+49 |
* | ospfd: rework BFD integration | Rafael Zalamena | 2021-03-23 | 1 | -316/+111 |
* | *: Fix usage of bfd_adj_event | Donald Sharp | 2021-02-07 | 1 | -3/+3 |
* | ospfd: replace inet_ntoa | Mark Stapp | 2020-10-22 | 1 | -8/+8 |
* | :* Convert prefix2str to %pFX | Donatas Abraitis | 2020-10-22 | 1 | -6/+3 |
* | *: add BFD profile support for IS-IS | GalaxyGorilla | 2020-07-10 | 1 | -1/+1 |
* | ospf: BFD down not tearing down OSPF adjacency for point-to-point network | Radhika Mahankali | 2019-10-31 | 1 | -2/+24 |
* | bfdd: Handling local and remote admin-down | SumitAgarwal123 | 2019-10-29 | 1 | -1/+1 |
* | bfdd, lib, bgpd: add bfd cbit usage | Philippe Guibert | 2019-05-14 | 1 | -2/+6 |
* | bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_id | Philippe Guibert | 2019-05-07 | 1 | -1/+1 |
* | Merge pull request #4264 from pguibert6WIND/trace_bfd | Donald Sharp | 2019-05-07 | 1 | -0/+7 |
|\ |
|
| * | ospfd: add bfd up event trace | Philippe Guibert | 2019-05-06 | 1 | -0/+7 |
* | | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 1 | -4/+2 |
|/ |
|
* | bgpd/ospfd: make bgp and ospf json response a bit more consistent | Don Slice | 2018-08-30 | 1 | -2/+2 |
* | bgpd/ospf(6)d/pimd: hide BFD commands with timers | Rafael Zalamena | 2018-08-08 | 1 | -2/+14 |
* | bgpd/ospf(6)d/pimd: don't show BFD timers | Rafael Zalamena | 2018-08-08 | 1 | -0/+4 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -7/+7 |
* | ospfd: OSPFv2 VRF Support | Chirag Shah | 2017-10-03 | 1 | -4/+5 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -277/+267 |
* | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -2/+2 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -3/+3 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: use monotime() | David Lamparter | 2017-01-23 | 1 | -1/+1 |
* | *: coccinelle-replace vty->index | David Lamparter | 2016-12-09 | 1 | -3/+3 |
* | Merge branch 'stable/2.0' | David Lamparter | 2016-12-01 | 1 | -2/+8 |
|\ |
|
| * | ospfd: "ip ospf bfd" removes the "ip ospf bfd 3 250 250" command | Daniel Walton | 2016-11-29 | 1 | -2/+8 |
* | | ospfd: resolve CHECK ME's | Quentin Young | 2016-09-29 | 1 | -15/+5 |
* | | Expand #defines in command strings | Daniel Walton | 2016-09-25 | 1 | -2/+2 |
* | | ospfd: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -1/+4 |
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -11/+12 |
* | | ospfd: argv update for all but ospf_vty.c | Daniel Walton | 2016-09-22 | 1 | -1/+1 |
|/ |
|
* | bfd: Fix for missing BFD client regs/deregs from quagga clients | radhika | 2016-06-21 | 1 | -3/+0 |
* | zebra - BFD client de-registration support | radhika | 2016-05-09 | 1 | -0/+2 |
* | bgpd, lib, ospfd, ospf6d: Fix bfd interface lookup | Donald Sharp | 2016-03-24 | 1 | -1/+1 |
* | Support for multi-client and client reg msg | radhika | 2016-03-09 | 1 | -1/+7 |
* | Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in... | Donald Sharp | 2015-11-27 | 1 | -0/+12 |
|\ |
|
| * | Should be able to "no" the full text of any config line | Daniel Walton | 2015-11-23 | 1 | -0/+12 |
* | | Quagga: prefix2str fixup | Donald Sharp | 2015-11-23 | 1 | -1/+1 |
|/ |
|
* | *: add VRF ID in the API message header | Feng Lu | 2015-11-04 | 1 | -3/+4 |
* | Support of BFD status in Quagga | radhika | 2015-08-31 | 1 | -16/+101 |