summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bfdd: send replay request on zebra connectionRafael Zalamena2018-08-082-7/+48
* 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: add documentationRafael Zalamena2018-08-0810-0/+377
* bgpd/ospf(6)d/pimd: don't show BFD timersRafael Zalamena2018-08-084-0/+14
* bfdd: re-route PTM-BFD daemon messagesRafael Zalamena2018-08-0810-0/+1064
* bfdd: add vty shell commandsRafael Zalamena2018-08-0811-17/+972
* bfdd: wire to the build processRafael Zalamena2018-08-0812-9/+87
* bfdd: imported new daemon source codeRafael Zalamena2018-08-0814-0/+6219
* lib: import new JSON iteration macroRafael Zalamena2018-08-082-0/+15
* Merge pull request #2790 from lyq140/branch1David Lamparter2018-08-081-0/+2
|\
| * ripd: fix packet sending in authenticate modelyq1402018-08-061-3/+2
| * ripd: fix packet sendinglyq1402018-08-061-0/+3
* | Merge pull request #2794 from netravnen/feature/docs/set-originDavid Lamparter2018-08-081-0/+5
|\ \
| * | doc/user/routemap.rstChristoffer2018-08-071-0/+5
| |/
* | Merge pull request #2799 from adharkar/frr-zebra_cliDavid Lamparter2018-08-081-7/+41
|\ \
| * | 1. Added json output to "show ip route <prefix>" commandAmeya Dharkar2018-08-081-7/+41
* | | Merge pull request #2122 from donaldsharp/zebra_nhsMartin Winter2018-08-0856-2756/+3262
|\ \ \
| * | | staticd: fix tiny whitespace issueDavid Lamparter2018-08-081-1/+2
| * | | staticd, zebra: Fix up code warningsDonald Sharp2018-07-292-3/+5
| * | | lib: Set proper write file when using backup configDonald Sharp2018-07-291-0/+5
| * | | staticd: Fix crash with NULL siDonald Sharp2018-07-291-13/+4
| * | | staticd: Allow daemon to have backup static routesDonald Sharp2018-07-294-35/+40
| * | | lib, zebra: Allow protocols to use Distance as part of RR semanticsDonald Sharp2018-07-298-19/+38
| * | | staticd: Code review comments fixesDonald Sharp2018-07-2913-108/+106
| * | | doc: Add some documentation for staticdDonald Sharp2018-07-2910-170/+182
| * | | staticd: Fix recursive routes for certain types of nexthopsDonald Sharp2018-07-292-3/+5
| * | | zebra: Remove zebra_static.c and .hDonald Sharp2018-07-297-53/+0
| * | | staticd: Enable backup configDonald Sharp2018-07-291-0/+6
| * | | debianpkg, redhat, tools: Fixup startup/build for new daemonDonald Sharp2018-07-296-4/+30
| * | | staticd: Start the addition of a staticdDonald Sharp2018-07-2932-2587/+3079
| * | | zebra: Allow a static daemon to connectDonald Sharp2018-07-291-1/+1
* | | | Merge pull request #2800 from adharkar/frr-bgp_cliRuss White2018-08-081-1/+4
|\ \ \ \
| * | | | bgpd: Added local router-id to "show bgp neighbor"Ameya Dharkar2018-08-081-1/+4
* | | | | Merge pull request #2803 from opensourcerouting/pimd-nbr-uninit-warningRuss White2018-08-081-1/+1
|\ \ \ \ \
| * | | | | pimd: fix bogus uninitialized warningDavid Lamparter2018-08-081-1/+1
* | | | | | Merge pull request #2764 from opensourcerouting/isis-srcdestRuss White2018-08-0821-411/+595
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | isisd: fix refcounting in isis_route.cChristian Franke2018-08-031-26/+37
| * | | | | isisd: make spf code dst-src awareChristian Franke2018-08-0310-87/+227
| * | | | | isisd: don't infer spftree from address familyChristian Franke2018-08-031-18/+25
| * | | | | isisd: make use of advanced concepts like arrays and loopsChristian Franke2018-08-033-71/+57
| * | | | | isisd: fix isis_route_merge_verify logicChristian Franke2018-08-031-3/+28
| * | | | | isisd: fix redist_delete to also consider level-2Christian Franke2018-08-031-1/+1
| * | | | | isisd: move route_table into spftreeChristian Franke2018-08-036-169/+111
| * | | | | isisd: learn and advertise IPv6 dst-src routesChristian Franke2018-08-0310-70/+136
| * | | | | isisd: add debug message if adjacency is ignored because IP is unusableChristian Franke2018-08-031-1/+8
* | | | | | Merge pull request #2774 from qlyoung/fix-bgpd-questionable-clist-memory-mgmtRuss White2018-08-071-90/+19
|\ \ \ \ \ \
| * | | | | | bgpd: fix odd memory mgmt in clist strings fnQuentin Young2018-08-071-90/+19
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2788 from ton31337/fix/print_ipv6_route_if_afiRuss White2018-08-071-6/+7
|\ \ \ \ \ \