summaryrefslogtreecommitdiffstats
path: root/staticd (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2021-03-16bfdd: separate echo rx/tx timersIgor Ryzhov33-106/+388
2021-03-16isisd: Fix coverity warningslynne1-11/+11
2021-03-16zebra: capture backup nexthop info with recursive resolutionMark Stapp1-29/+166
2021-03-16zebra: add ui control for use of backup nexthops in resolutionMark Stapp3-3/+37
2021-03-16ospfd6: Clear locks when ospf messages need to be chunkedlynne1-4/+12
2021-03-16tests: re-enable RTE tests after removing fixed ifindicesPat Ruddy1-2/+17
2021-03-16tests: fix formatting error to make black cleanPat Ruddy1-4/+2
2021-03-16doc: add more notes about new topotestsMark Stapp2-5/+14
2021-03-16doc: fix warnings in dev docsMark Stapp2-2/+2