summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ospfd6: Clear locks when ospf messages need to be chunkedlynne2021-03-161-4/+12
* Merge pull request #8226 from adharkar/frr-evi_rxPatrick Ruddy2021-03-163-1/+43
|\
| * bgpd: Reevaluate es_evi_vtep active state on disable-ead-evi-rx config flapAmeya Dharkar2021-03-103-1/+43
* | Merge pull request #8260 from volta-networks/fix_isis_snmp_testIgor Ryzhov2021-03-166-14/+0
|\ \
| * | test: fix isis-snmp testlynne2021-03-166-14/+0
* | | Merge pull request #8214 from chiragshah6/mdevDonatas Abraitis2021-03-161-2/+9
|\ \ \
| * | | tools: frr-reload capture vtysh msg upon failureChirag Shah2021-03-081-2/+8
| * | | tools: Mark reload failure when no form cli failsChirag Shah2021-03-081-0/+1
* | | | Merge pull request #8254 from donaldsharp/various_fixesDavid Lamparter2021-03-162-13/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | pimd: Fix clang issue with -Waddress-of-packed-memberDonald Sharp2021-03-151-9/+17
| * | | bgpd: use appropriate printf formatter for some uint32_tDonald Sharp2021-03-151-4/+4
|/ / /
* | | Merge pull request #8234 from reubendowle/fixes/nhrp-trafic-indicationDonald Sharp2021-03-151-1/+1
|\ \ \
| * | | nhrpd: Set hop count to 1 in traffic indicationGaurav Goyal2021-03-141-1/+1
* | | | Merge pull request #8230 from donaldsharp/flex_moreMark Stapp2021-03-1524-657/+309
|\ \ \ \
| * | | | *: remove remaining severity prefixesDavid Lamparter2021-03-143-6/+6
| * | | | zebra: move up prefix2str call in rib dumpDavid Lamparter2021-03-141-1/+3
| * | | | zebra: use printfrr exts in EVPN/VXLAN codeDavid Lamparter2021-03-147-467/+213
| * | | | fpm: use printfrr extsDavid Lamparter2021-03-142-11/+6
| * | | | *: fix printf extension typesDavid Lamparter2021-03-144-8/+8
| * | | | lib: Convert to builtin printf functionalityDonald Sharp2021-03-142-17/+11
| * | | | ospf6d: Convert to use builtin printf functionalityDonald Sharp2021-03-142-54/+24
| * | | | eigrpd: Convert to using our builtin printf stuffDonald Sharp2021-03-142-12/+4
| * | | | pimd: Use builtin printf functionalityDonald Sharp2021-03-142-63/+20
| * | | | babeld: We do not need to put Warning into our warning messagesDonald Sharp2021-03-143-15/+16
| * | | | sharpd: Convert over to using builtin printf functionalityDonald Sharp2021-03-141-11/+6
| |/ / /
* | | | Merge pull request #8220 from mjstapp/bgp_notify_raceDonatas Abraitis2021-03-153-27/+58
|\ \ \ \
| * | | | bgpd: handle socket read errors in the main pthreadMark Stapp2021-03-093-27/+58
| | |/ / | |/| |
* | | | Merge pull request #8242 from opensourcerouting/format-warning-fixIgor Ryzhov2021-03-152-1/+5
|\ \ \ \
| * | | | doc: update the FRR format tableRafael Zalamena2021-03-141-0/+4
| * | | | bgpd: fix wrong debug formatRafael Zalamena2021-03-141-1/+1
| | |/ / | |/| |
* | | | Merge pull request #8231 from idryzhov/bfd-admin-downRafael Zalamena2021-03-155-8/+5
|\ \ \ \
| * | | | bfdd: make sessions administratively up by defaultIgor Ryzhov2021-03-145-8/+5
| |/ / /
* | | | Merge pull request #8147 from volta-networks/feat_ldp_snmp_without_statsRenato Westphal2021-03-1570-12/+3115
|\ \ \ \
| * | | | tests: add topotest for LDP SNMPKaren Schoener2021-02-2462-0/+1925
| * | | | ldpd: Add support for read-only snmp mib objects (excluding statistics)Karen Schoener2021-02-248-12/+1190
* | | | | Merge pull request #7945 from volta-networks/feat_isis_snmpRenato Westphal2021-03-1553-105/+5876
|\ \ \ \ \
| * | | | | tests: Adding test for ISIS SNMPlynne2021-03-0234-0/+1897
| * | | | | isisd: support for snmplynne2021-03-0219-105/+3979
* | | | | | Merge pull request #8160 from idryzhov/fix-show-yang-operRenato Westphal2021-03-151-0/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | lib: fix crash when iterating over nb operational dataIgor Ryzhov2021-02-261-0/+10
* | | | | | Merge pull request #8244 from opensourcerouting/ci-fix-testsIgor Ryzhov2021-03-149-103/+1
|\ \ \ \ \ \
| * | | | | | topotests: temporary disable test assertRafael Zalamena2021-03-141-1/+1
| * | | | | | topotests: remove some interface index checkRafael Zalamena2021-03-126-7/+0
| * | | | | | topotests: remove some FRR version checksRafael Zalamena2021-03-122-95/+0
|/ / / / / /
* | | | | | Merge pull request #8085 from volta-networks/isis_label_blocksOlivier Dugeon2021-03-127-163/+177
|\ \ \ \ \ \
| * | | | | | isisd, yang, doc: combine config cmd for SRGB+SRLBEmanuele Di Pascale2021-03-107-163/+177
* | | | | | | Merge pull request #7827 from GalaxyGorilla/ospf_sr_topotestsOlivier Dugeon2021-03-12151-1357/+22869
|\ \ \ \ \ \ \
| * | | | | | | tests: Replace ospf-sr-topo1 by ospf-sr-topo2GalaxyGorilla2021-03-10154-2097/+575
| * | | | | | | tests: OSPF SR topotests (ospf-sr-topo2)GalaxyGorilla2021-03-10134-0/+23034
* | | | | | | | Merge pull request #8241 from Jafaral/first_pIgor Ryzhov2021-03-121-1/+4
|\ \ \ \ \ \ \ \