summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_bfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ospfd: set/unset bfd profileDmitrii Turlupov2022-06-301-2/+8
* lib: remove enabled flag for bfd sessionsIgor Ryzhov2021-04-221-1/+0
* ospfd: fix building with --disable-bfddIgor Ryzhov2021-03-311-1/+3
* ospfd: fix checkpatch warningsRafael Zalamena2021-03-231-2/+0
* ospfd: add debug option for BFDRafael Zalamena2021-03-231-6/+6
* ospfd: support BFD profilesRafael Zalamena2021-03-231-0/+49
* ospfd: rework BFD integrationRafael Zalamena2021-03-231-316/+111
* *: Fix usage of bfd_adj_eventDonald Sharp2021-02-071-3/+3
* ospfd: replace inet_ntoaMark Stapp2020-10-221-8/+8
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-6/+3
* *: add BFD profile support for IS-ISGalaxyGorilla2020-07-101-1/+1
* ospf: BFD down not tearing down OSPF adjacency for point-to-point networkRadhika Mahankali2019-10-311-2/+24
* bfdd: Handling local and remote admin-downSumitAgarwal1232019-10-291-1/+1
* bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-141-2/+6
* bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_idPhilippe Guibert2019-05-071-1/+1
* Merge pull request #4264 from pguibert6WIND/trace_bfdDonald Sharp2019-05-071-0/+7
|\
| * ospfd: add bfd up event tracePhilippe Guibert2019-05-061-0/+7
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-4/+2
|/
* bgpd/ospfd: make bgp and ospf json response a bit more consistentDon Slice2018-08-301-2/+2
* bgpd/ospf(6)d/pimd: hide BFD commands with timersRafael Zalamena2018-08-081-2/+14
* bgpd/ospf(6)d/pimd: don't show BFD timersRafael Zalamena2018-08-081-0/+4
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-7/+7
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-4/+5
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-277/+267
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-2/+2
* *: use vty_outlnQuentin Young2017-06-291-3/+3
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: use monotime()David Lamparter2017-01-231-1/+1
* *: coccinelle-replace vty->indexDavid Lamparter2016-12-091-3/+3
* Merge branch 'stable/2.0'David Lamparter2016-12-011-2/+8
|\
| * ospfd: "ip ospf bfd" removes the "ip ospf bfd 3 250 250" commandDaniel Walton2016-11-291-2/+8
* | ospfd: resolve CHECK ME'sQuentin Young2016-09-291-15/+5
* | Expand #defines in command stringsDaniel Walton2016-09-251-2/+2
* | ospfd: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-1/+4
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-11/+12
* | ospfd: argv update for all but ospf_vty.cDaniel Walton2016-09-221-1/+1
|/
* bfd: Fix for missing BFD client regs/deregs from quagga clientsradhika2016-06-211-3/+0
* zebra - BFD client de-registration supportradhika2016-05-091-0/+2
* bgpd, lib, ospfd, ospf6d: Fix bfd interface lookupDonald Sharp2016-03-241-1/+1
* Support for multi-client and client reg msgradhika2016-03-091-1/+7
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-11-271-0/+12
|\
| * Should be able to "no" the full text of any config lineDaniel Walton2015-11-231-0/+12
* | Quagga: prefix2str fixupDonald Sharp2015-11-231-1/+1
|/
* *: add VRF ID in the API message headerFeng Lu2015-11-041-3/+4
* Support of BFD status in Quaggaradhika2015-08-311-16/+101