summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-04vtysh: Display version w/ vtysh --helpDonald Sharp1-1/+1
2020-12-03isisd, ospfd: increase timeout to fix intermittent LDP Sync test failureKaren Schoener1-1/+1
2020-12-03doc: add building steps for openSUSEJavier Garcia3-0/+145
2020-12-02ospfd: fix cosmetic show ip ospf when NSSAckishimo1-6/+13
2020-12-02tests: quiet noisy error log about asan filesMark Stapp1-1/+1
2020-12-02tests: fix typo in asan variable namesMark Stapp1-10/+10
2020-12-02tests: Wait for convergence firstDonald Sharp1-0/+21
2020-12-02ospfd: Set Curr_mtu to when we get the mtuDonald Sharp1-4/+4
2020-12-02ospf: fix instance initialization when using multi-instance modeIgor Ryzhov2-37/+42
2020-12-01ospfd: vlink auth type not shown in running configDuncan Eastoe1-26/+35
2020-12-01bgpd: Show best path reason in JSON output for `show bgp` commandDonatas Abraitis1-57/+61
2020-12-01zebra: remove unused EC_ZEBRA_IF_LOOKUP_FAILEDStephen Worley2-7/+0
2020-12-01zebra: debug logs to detect incorrect mac deletionsAnuradha Karuppiah1-0/+8
2020-12-01zebra: change the L2 NHG id format to co-exist with the L3NHG idsAnuradha Karuppiah2-4/+12
2020-12-01zebra: allocate one nexthop id per-VTEP instead of one per-ES-VTEPAnuradha Karuppiah3-30/+212
2020-12-01zebra: support for slow-failover of local MACs on an ESAnuradha Karuppiah8-75/+345
2020-12-01zebra: on local mac add from the dplane a re-install maybe need as staticAnuradha Karuppiah1-6/+5
2020-12-01zebra: set inactive bit when zebra re-installs the MAC on dplane delAnuradha Karuppiah2-2/+65
2020-12-01zebra: skip NDA_DST attr if NHG is presentAnuradha Karuppiah1-7/+10
2020-12-01zebra: free up the L2 NHG bitmap as a part of shutdownAnuradha Karuppiah1-0/+1
2020-12-01zebra: remove FDB entries before de-activating a L2-NHGAnuradha Karuppiah3-7/+33
2020-12-01zebra: fix show ip route vrf X summaryEmanuele Di Pascale1-7/+12
2020-12-01zebra: make a couple NHG errors debugsStephen Worley1-10/+12
2020-12-01pimd: mesh group not removed when configured for multiple groupsSarita Patra1-27/+21
2020-12-01pimd: rp not removed when configured for multiple groupsSarita Patra1-11/+10
2020-12-01pimd: Remove pim_version.c it is never usedDonald Sharp4-54/+0
2020-12-01tools: Fix run folder permissionsJavier Garcia1-0/+3
2020-12-01bfdd: session specific command type checksRafael Zalamena1-0/+20
2020-12-01doc: add description of the new memory macroIgor Ryzhov1-0/+7
2020-12-01bgpd: add peer description for each afi/safi line in show summaryPhilippe Guibert5-10/+21
2020-12-01zebra: Reduce warn -> debugDonald Sharp1-1/+2
2020-11-30zebra: add an api to process/clean the pending dplane queueMark Stapp2-0/+52
2020-11-30vtysh: fix incorrect memory statisticsIgor Ryzhov3-5/+12
2020-11-30vtysh: fix memory leakIgor Ryzhov1-1/+3
2020-11-30zebra: free dplane ctx after pw updateMark Stapp1-0/+1
2020-11-30ospf6: move serv_close to ospf6_deleteIgor Ryzhov2-4/+4
2020-11-30ospf6: fix crash on shutdownIgor Ryzhov3-7/+8
2020-11-30ospf6: get instance from lsdb dataIgor Ryzhov4-8/+8
2020-11-30ospf6: get instance from route table scopeIgor Ryzhov11-149/+131
2020-11-30doc: Explicitly call out need to add snmp moduleDonald Sharp1-1/+3
2020-11-30zebra: dplane FPM LSP table walkDuncan Eastoe2-8/+110
2020-11-28ospfd: Restore POINTOMULTIPOINT to working orderDonald Sharp1-23/+58
2020-11-28eigrpd: Remove unneeeded if state typesDonald Sharp2-10/+2
2020-11-27yang: fix cisco access list source valueIgor Ryzhov1-20/+24
2020-11-27tests: Ignore YANG stderr messages in test_all_protocol_startup testMartin Winter1-1/+4
2020-11-27tests: Fix logging output directory for older testsMartin Winter1-1/+2
2020-11-27tests: Fix FRR process shutdown in failed topotest teardown phaseMartin Winter2-3/+3
2020-11-27tests: Fix Topotest runs with newerversion of Address SanitizerMartin Winter1-16/+72
2020-11-27zebra: dplane FPM handle LSP install/update/deleteDuncan Eastoe3-2/+15
2020-11-27ldpd: Prevent usage after freeDonald Sharp1-3/+3