summaryrefslogtreecommitdiffstats
path: root/bfdd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bfdd: fix multihop on FreeBSDRafael Zalamena2018-11-301-1/+10
* Merge pull request #3276 from donaldsharp/zclient_updateRenato Westphal2018-11-121-1/+1
|\
| * *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* | bfdd: fix BGP unnumbered peer setupRafael Zalamena2018-11-091-0/+15
|/
* Merge branch 'pull/3197'David Lamparter2018-10-231-10/+5
|\
| * *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-10/+5
* | bfdd: do not allow multihop peers without a local-addressRenato Westphal2018-10-201-1/+1
|/
* bfdd: fix multi hop hash lookupRafael Zalamena2018-10-141-1/+1
* bfdd: allow timer deactivation on shutdownRafael Zalamena2018-10-011-12/+12
* bfdd: disable echo on neighbor requestRafael Zalamena2018-10-012-3/+6
* bfdd zebra: dead code (Coverity 1472624 1473199)F. Aragon2018-09-261-8/+1
* Merge pull request #2977 from opensourcerouting/doc-fixDonald Sharp2018-09-091-1/+1
|\
| * build: fix not building docs w/o sphinxDavid Lamparter2018-09-091-1/+1
* | Merge pull request #2965 from opensourcerouting/buildfoo-20180904Donald Sharp2018-09-091-1/+1
|\ \ | |/ |/|
| * *: fix some solaris warningsDavid Lamparter2018-09-081-1/+1
* | Merge pull request #2862 from opensourcerouting/non-recursiveDonald Sharp2018-09-092-1/+2
|\|
| * *: cleanup .gitignore filesDavid Lamparter2018-09-081-1/+0
| * build: move vtysh & manpage listings to subdir.amDavid Lamparter2018-09-081-0/+2
* | bfdd: fix garbage "port" stringDavid Lamparter2018-09-081-0/+2
|/
* bfdd: fix crash when receiving invalid echo packetRafael Zalamena2018-09-051-2/+2
* bfdd: use THREAD_OFF() instead of thread_cancel()Rafael Zalamena2018-09-052-34/+14
* bfdd: use UDP sockets instead of rawRafael Zalamena2018-09-035-579/+205
* bfdd: enumerate all diagnositic codesRafael Zalamena2018-09-034-14/+37
* bfdd: make bfd_recv_* more genericRafael Zalamena2018-09-031-46/+44
* bfdd: remove VxLAN codeRafael Zalamena2018-09-039-388/+17
* bfdd: remove global variables and improve logsRafael Zalamena2018-09-032-56/+61
* bfdd: fix coverity scan issue (CID 1472622)Rafael Zalamena2018-08-161-3/+3
* bfdd: improve ptm_adapter log messagesRafael Zalamena2018-08-161-15/+14
* bfdd: fix coverity scan issues (1472630, 1472623)Rafael Zalamena2018-08-161-12/+6
* bfdd: add new counters and command to show themRafael Zalamena2018-08-154-2/+150
* bfdd: turn repeatable code into functionsRafael Zalamena2018-08-151-41/+69
* Merge pull request #2838 from opensourcerouting/bfd-alpineDonald Sharp2018-08-152-18/+40
|\
| * bfdd: fix alpine buildRafael Zalamena2018-08-141-16/+38
| * bfdd: fix downtime displayRafael Zalamena2018-08-141-2/+2
* | bfdd: Fix `don't assign to value to ourself` compiler warningDonald Sharp2018-08-151-7/+1
|/
* bfdd: fix IPv6 peers using link-local addressRafael Zalamena2018-08-082-10/+18
* bfdd: clean-up bfd clients data on shutdownRafael Zalamena2018-08-081-0/+17
* bfdd: improve logging messagesRafael Zalamena2018-08-085-182/+225
* bfdd: clean up header inclusionRafael Zalamena2018-08-085-50/+1
* bfdd: code refactory for simplificationRafael Zalamena2018-08-081-103/+26
* bfdd: free zebra clients data on unregistrationRafael Zalamena2018-08-081-0/+48
* bfdd: send replay request on zebra connectionRafael Zalamena2018-08-081-0/+22
* bfdd: show single hop local-addressRafael Zalamena2018-08-081-1/+7
* bfdd: smooth configuration transitionRafael Zalamena2018-08-083-0/+25
* bfdd: show the correct transmission speedRafael Zalamena2018-08-081-3/+8
* bfdd: re-route PTM-BFD daemon messagesRafael Zalamena2018-08-085-0/+650
* bfdd: add vty shell commandsRafael Zalamena2018-08-084-0/+858
* bfdd: imported new daemon source codeRafael Zalamena2018-08-0814-0/+6219