summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_bfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: Json support added for command "show ipv6 ospf6 interface [json]"github login name2020-11-171-1/+1
* ospf6d: Json support added for command "show ipv6 ospf6 neighbor [json]"github login name2020-11-051-2/+3
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-6/+3
* ospf6d : Preparing for ospf6d VRF support.Kaushik2020-09-011-3/+3
* *: add BFD profile support for IS-ISGalaxyGorilla2020-07-101-1/+1
* bfdd: Handling local and remote admin-downSumitAgarwal1232019-10-291-1/+1
* bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-141-3/+7
* 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/ospf(6)d/pimd: hide BFD commands with timersRafael Zalamena2018-08-081-1/+6
* 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-5/+5
* *: 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-3/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-259/+246
* *: 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
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-1/+1
* *: use monotime()David Lamparter2017-01-231-1/+1
* *: coccinelle-replace vty->indexDavid Lamparter2016-12-091-8/+3
* Expand #defines in command stringsDaniel Walton2016-09-251-1/+1
* ospf6d: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-1/+4
* ospf6d: argv updateDaniel Walton2016-09-231-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
* quagga: Remove iflist global variableDonald Sharp2016-04-081-1/+1
* 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
* Quagga: prefix2str fixupDonald Sharp2015-11-231-1/+1
* *: add VRF ID in the API message headerFeng Lu2015-11-041-3/+4
* Fix for IPv6 OSPF BFD session staying down when ifdown/ifup on logical interf...radhika2015-10-091-7/+12
* Support of BFD status in Quaggaradhika2015-08-311-12/+83
* This patch changes ospfd from only listening mode for BFD status updates to i...Donald Sharp2015-07-221-0/+341