summaryrefslogtreecommitdiffstats
path: root/zebra/if_sysctl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-23bgpd: improve BFD with timers configurationRafael Zalamena2-1/+5
2021-03-23doc: document new BGP debug optionRafael Zalamena1-0/+6
2021-03-23bgpd: add debug option for BFDRafael Zalamena3-8/+53
2021-03-23bgpd: rework BFD integrationRafael Zalamena7-736/+436
2021-03-23bgpd: remove cumulus specific codeRafael Zalamena1-12/+1
2021-03-23lib: small BFD session notifier improvementRafael Zalamena1-1/+5
2021-03-23lib: new BFD integration APIRafael Zalamena2-0/+961
2021-03-23ospfd: fix checkpatch warningsRafael Zalamena3-5/+3
2021-03-23doc: document new OSPF debug optionRafael Zalamena1-0/+6
2021-03-23ospfd: add debug option for BFDRafael Zalamena3-6/+53
2021-03-23topotests: test OSPF BFD profileRafael Zalamena3-5/+5
2021-03-23doc: update OSPF BFD documentationRafael Zalamena1-0/+5
2021-03-23ospfd: support BFD profilesRafael Zalamena1-0/+49
2021-03-23ospfd: rework BFD integrationRafael Zalamena10-344/+167
2021-03-23lib: small BFD session notifier improvementRafael Zalamena1-1/+5
2021-03-23lib: new BFD integration APIRafael Zalamena2-0/+961
2021-03-23doc: add libsnmp-dev install linePat Ruddy1-0/+1
2021-03-22doc: add missing vrf parameter to "show ip ospf database ..." commandsIgor Ryzhov1-15/+17
2021-03-22ospfd: fix "show ip ospf database" issuesIgor Ryzhov1-97/+69
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter46-139/+40
2021-03-22staticd: kill static_memory.h, use MTYPE_STATICDavid Lamparter7-122/+68
2021-03-22ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter15-98/+30
2021-03-22ospf6d: split off ospf6_lsa_alloc()David Lamparter3-28/+15
2021-03-22pathd: kill *_memory.[ch]David Lamparter13-118/+16
2021-03-22eigrpd: kill eigrp_memory.h, use MTYPE_STATICDavid Lamparter16-98/+26
2021-03-22isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter21-131/+65
2021-03-22bgpd: Reset LLA NHT's interface if there is a changevivek1-0/+20
2021-03-22build: test program needs to be warning-freeMark Stapp1-1/+1
2021-03-22lib: fix xref hash calculationDavid Lamparter1-2/+0
2021-03-22lib: add [XXXXX-XXXXX] log prefix & configDavid Lamparter3-30/+112
2021-03-22lib: remove flog() macroDavid Lamparter1-2/+0
2021-03-22lib: get rid of flog() usage in NB codeDavid Lamparter1-20/+20
2021-03-22lib: add bputs/bputch fbuf (bprintfrr) helpersDavid Lamparter1-0/+24
2021-03-21isisd: Fix extra space after `router isis FOO`Donald Sharp1-5/+5
2021-03-21isisd: Fix spelling mistakeDonald Sharp1-1/+1
2021-03-21pimd: marking MSDP traffic as DSCP CS6Adriano Marto Reis1-0/+14
2021-03-20pceplib: Fixing coverity messages.Javier Garcia16-42/+179
2021-03-20bgpd: convert send-community to transactional cliChirag Shah1-6/+42
2021-03-19build: add -ggdb3 to dev buildMark Stapp1-0/+2
2021-03-19isisd: avoid lsp_sched loop when unstableEmanuele Di Pascale1-5/+15
2021-03-18nhrpd: Remove newline from log messageDonald Sharp1-1/+1
2021-03-18isisd: add debug logs to troubleshoot BFD issuesEmanuele Di Pascale1-10/+57
2021-03-18isisd: fix BFD session when IPv6 not configuredEmanuele Di Pascale3-15/+22
2021-03-18doc: add seqno to bgp as path list sectionChirag Shah1-3/+4
2021-03-18bgpd: add seqno in bgp as-path access-list policyChirag Shah2-13/+121
2021-03-18tests: Fix bgp convergence issue mentioned in #8279Kuldeep Kashyap2-143/+142
2021-03-17bgpd: use add_event instead of add_timer with zero timeoutMark Stapp3-5/+5
2021-03-17tests: simplify docker rsync & support worktreesDavid Lamparter3-9/+5
2021-03-17tests: add libelf-dev to DockerfileDavid Lamparter1-0/+1
2021-03-17tests: fix too many arguments for loggingckishimo1-4/+3