summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pathd. TED support . Validation of candidate path - [part 2/4]Javier Garcia2021-05-108-124/+752
* pathd. TED support . Client to link State - [part 1/4]Javier Garcia2021-05-107-2/+987
* Merge pull request #8639 from idryzhov/isis-new-bfd-libRafael Zalamena2021-05-0917-858/+192
|\
| * lib: remove old bfd libraryIgor Ryzhov2021-05-076-431/+77
| * isisd: fix bfd config outputIgor Ryzhov2021-05-071-4/+6
| * isisd: enable autocompletion for bfd profilesIgor Ryzhov2021-05-071-1/+1
| * isisd: fix "no bfd profile" commandIgor Ryzhov2021-05-071-9/+11
| * isisd: rework BFD integrationIgor Ryzhov2021-05-0710-413/+97
* | Merge pull request #8627 from volta-networks/fix_pceplib_scan_buildDavid Lamparter2021-05-0913-0/+188
|\ \
| * | pceplib: Clean scan-build static analyzer messages.Javier Garcia2021-05-0513-0/+188
* | | Merge pull request #8441 from mjstapp/fix_topo_pylint1David Lamparter2021-05-099-747/+1131
|\ \ \
| * | | tests: run black over mcast-pim-static, static_routing_with_[ei]bgpMark Stapp2021-04-139-523/+888
| * | | tests: fix pylint errors in static_routing_with_ibgpMark Stapp2021-04-134-119/+120
| * | | tests: fix pylint errors in static_routing_with_ebgp testsMark Stapp2021-04-134-188/+195
| * | | tests: fix pylint errors in mcast-pim-static-rp-topo1Mark Stapp2021-04-131-188/+199
* | | | Merge pull request #8626 from idryzhov/fix-isis-topo1David Lamparter2021-05-096-267/+313
|\ \ \ \
| * | | | tests: fix isis-topo1 topologiesIgor Ryzhov2021-05-056-267/+313
* | | | | Merge branch 'pull/8563'David Lamparter2021-05-097-17/+36
|\ \ \ \ \
| * | | | | zebra: fix style warnings in previous commitsDavid Lamparter2021-05-093-4/+4
| * | | | | zebra: Reduce per vrf memory usage from hash table creationDonald Sharp2021-05-052-7/+22
| * | | | | zebra: Reduce size of vni hash tables to a more reasonable start sizeDonald Sharp2021-05-052-2/+2
| * | | | | zebra: Add some ability to know what hash is for what vniDonald Sharp2021-05-051-2/+5
| * | | | | zebra: Allow the zvrf to know it's vrf when allocingDonald Sharp2021-05-052-5/+6
* | | | | | Merge pull request #8631 from dslicenc/pimd-timer-fixDavid Lamparter2021-05-095-24/+45
|\ \ \ \ \ \
| * | | | | | pimd: adjust rp_keep_alive_time when register_suppress_time is changedDon Slice2021-05-053-2/+25
| * | | | | | pimd: stop displaying global parameters in each vrfDon Slice2021-05-052-22/+20
* | | | | | | Merge pull request #8380 from mjstapp/nexthop_cmp_basicDavid Lamparter2021-05-095-1/+321
|\ \ \ \ \ \ \
| * | | | | | | tests: add unit test for nexthop comparisonsMark Stapp2021-05-043-0/+215
| * | | | | | | lib: add basic nexthop comparison apiMark Stapp2021-05-042-0/+104
| * | | | | | | lib: Fix label-stack comparison for nexthopsMark Stapp2021-05-041-1/+2
| |/ / / / / /
* | | | | | | Merge pull request #8642 from idryzhov/bgp-gr-no-operDavid Lamparter2021-05-091-7/+0
|\ \ \ \ \ \ \
| * | | | | | | bgpd: don't return error for GR no-op commandsIgor Ryzhov2021-05-061-7/+0
* | | | | | | | Merge pull request #8640 from pjdruddy/fix-bgp-auth-key-errorDavid Lamparter2021-05-091-3/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | tests: fix intermittent key error in bgp-auth topotestPat Ruddy2021-05-061-3/+4
* | | | | | | | | Merge pull request #8472 from donaldsharp/more_valgrind_stuffDavid Lamparter2021-05-091-0/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tools: Add some more data to ignore for valgrindDonald Sharp2021-05-051-0/+14
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #8634 from idryzhov/ospf-vrf-redistMark Stapp2021-05-074-55/+74
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ospfd: free "default-information originate" config when removing routerIgor Ryzhov2021-05-071-2/+7
| * | | | | | | | | ospfd: fix redistribution config when vrf doesn't existIgor Ryzhov2021-05-053-41/+52
| * | | | | | | | | ospfd: deregister vrf from zebra when vrf is disabledIgor Ryzhov2021-05-051-12/+15
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #8347 from volta-networks/fix_ospv6_filter_debugRuss White2021-05-077-11/+71
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ospf6d: Fix when an "export-list" or "filter-list out" is applied.lynne2021-05-047-11/+71
* | | | | | | | | | Merge pull request #8632 from wesleycoakley/le-32-128-fixIgor Ryzhov2021-05-072-15/+38
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | lib: ip prefix-list enforce expected ge le behaviorWesley Coakley2021-05-061-4/+38
| * | | | | | | | | tools: stop frr-reload squashing le 32 / le 128Wesley Coakley2021-05-061-11/+0
* | | | | | | | | | Merge pull request #8581 from qlyoung/bgp-fix-last-reset-buffer-sizeDonatas Abraitis2021-05-068-24/+26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bgpd: rework BGP_MAX_PACKET_SIZE & friendsQuentin Young2021-05-068-24/+26
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #8638 from ton31337/fix/bgp_docQuentin Young2021-05-061-20/+21
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | doc: Remove trailing whitespaces and fix WARNING: Error in "code-block"Donatas Abraitis2021-05-061-20/+21
* | | | | | | | | | Merge pull request #8636 from idryzhov/ospfv3-vrf-supportRafael Zalamena2021-05-0630-731/+2286
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |