summaryrefslogtreecommitdiffstats
path: root/bgpd (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2021-03-17pathd: remove mid-string line breaksDavid Lamparter3-22/+11
2021-03-17pathd: use %pIA to print struct ipaddr *David Lamparter1-25/+13
2021-03-17pathd: fix %pI4 <> %pI6 snafuDavid Lamparter1-1/+1
2021-03-17lib: temporary workaround for LabN CIDavid Lamparter1-0/+15
2021-03-17build: put macro-semicolon bits into ignore-revsDavid Lamparter1-0/+7
2021-03-17*: require semicolon after FRR_CFG_DEFAULT_*David Lamparter5-16/+17
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter46-54/+89
2021-03-17*: require semicolon after DEFINE_<typesafe...>David Lamparter44-131/+141
2021-03-17*: require semicolon after DEFINE_QOBJ & co.David Lamparter40-97/+100
2021-03-17*: require semicolon after DEFINE_HOOK & co.David Lamparter64-132/+137
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter176-853/+859
2021-03-17*: require ISO C11 (or C++11)David Lamparter8-74/+16
2021-03-17snmp: change -std=gnu99 to -std=gnu11David Lamparter8-8/+8
2021-03-17nhrpd: When IPsec profile is added or deleted, reset the vc and re-check peerGaurav Goyal4-1/+10
2021-03-17nhrpd: Make comments clearer, fix style issuesReuben Dowle3-11/+14
2021-03-17nhrpd: Close IPSec connection when tunnel protection removedGaurav Goyal4-6/+18
2021-03-17nhrpd: Retry IPSec if NHRP is repeatedly failingGaurav Goyal3-0/+23
2021-03-17bgpd: If we have a SAFI conflict do not allow labeled unicast to resetDonald Sharp1-1/+1
2021-03-17bgpd: Attempting to activate unicast and labeled-unicastDonald Sharp1-2/+2
2021-03-17tests: fix warning when checking ospfv3 convergenceckishimo1-1/+1
2021-03-17ospf6d: fix warning message when interfae disabledckishimo1-1/+2
2021-03-17ospf6d: remove interface prefix when area is removedckishimo1-1/+7
2021-03-16ospf6d: fix iface commands lost when removing from areackishimo1-1/+0
2021-03-16ospf6d: Fix coverity errorslynne1-2/+5