summaryrefslogtreecommitdiffstats
path: root/pimd/pim_bfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-15/+1
* pim6d: Adding show running for ipv6 mld commandsSai Gomathi N2022-02-281-3/+3
* pim6d: remove `PIM_V6_TEMP_BREAK`David Lamparter2022-02-161-1/+1
* pim6d: IPv6-adjust neigh->source_addrDavid Lamparter2022-02-141-0/+4
* pimd: remove redundant header includeMobashshera Rasool2022-01-181-1/+0
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-1/+1
* pimd: de-circularize includesDavid Lamparter2021-08-271-0/+1
* isisd, ospf6d, pimd: set vrf_id when creating bfd sessionsIgor Ryzhov2021-05-311-0/+1
* pimd: support BFD profiles configurationRafael Zalamena2021-04-231-0/+5
* pimd: rework BFD integrationRafael Zalamena2021-04-231-255/+34
* *: Fix usage of bfd_adj_eventDonald Sharp2021-02-071-3/+3
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-6/+3
* *: add BFD profile support for IS-ISGalaxyGorilla2020-07-101-1/+1
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-5/+5
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-9/+6
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-3/+3
* bfdd: Handling local and remote admin-downSumitAgarwal1232019-10-291-1/+1
* bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-141-2/+8
* bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_idPhilippe Guibert2019-05-071-1/+1
* *: 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-1/+1
* bgpd/ospf(6)d/pimd: don't show BFD timersRafael Zalamena2018-08-081-0/+2
* pimd: Cleanup bfd memory on shutdownDonald Sharp2018-08-031-4/+4
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-3/+3
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-5/+6
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+1
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-1/+1
* pimd: pim bfd vrf awareChirag Shah2017-08-141-17/+25
* pimd: Remove pimg from pim_upstream.cDonald Sharp2017-07-241-0/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-250/+224
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-2/+2
* *: use vty_outlnQuentin Young2017-06-291-3/+3
* pimd: fix pim bfd crash and bfd neigh downChirag Shah2017-06-061-0/+9
* pimd: Remove some unneeded debugs from pimDonald Sharp2017-06-021-8/+2
* pimd: pim bfd supportChirag Shah2017-05-181-0/+360