summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: micronet: update infraChristian Hopps2021-09-0418-937/+1464
* tests: NEW micronet replacement for mininetChristian Hopps2021-09-043-0/+1640
* tests: improve vxlan test determinismChristian Hopps2021-09-043-9/+32
* tests: summarize XML test resultsChristian Hopps2021-09-041-0/+249
* Merge pull request #9545 from ton31337/feature/disable-addpath-rxMark Stapp2021-09-0315-7/+291
|\
| * doc: Add `neighbor PEER disable-addpath-rx` commandDonatas Abraitis2021-09-031-2/+6
| * tests: Check if `disable-addpath-rx` knob worksDonatas Abraitis2021-09-0310-0/+204
| * bgpd: Add `disable-addpath-rx` knobDonatas Abraitis2021-09-034-5/+81
* | Merge pull request #9542 from pguibert6WIND/ssh_rpki_sourceDonald Sharp2021-09-032-31/+56
|\ \
| * | bgpd: add rpki source address configurationPhilippe Guibert2021-09-022-31/+56
* | | Merge pull request #9549 from mobash-rasool/ospfv2-bug-fixes-02Igor Ryzhov2021-09-031-1/+2
|\ \ \
| * | | ospfd: Memory Leak seen at show_ip_ospf_neighbor_all_common.Mobashshera Rasool2021-09-031-1/+2
| | |/ | |/|
* | | Merge pull request #9077 from idryzhov/ospf-memory-allocDonald Sharp2021-09-031-28/+8
|\ \ \ | |/ / |/| |
| * | ospfd: remove unnecessary memory allocationIgor Ryzhov2021-07-211-28/+8
* | | Merge pull request #9538 from donaldsharp/bgp_view_not_workingIgor Ryzhov2021-09-024-22/+38
|\ \ \
| * | | bgpd: Add some debug events for when things go wrongDonald Sharp2021-09-021-3/+14
| * | | lib: Remove unused function vrf_generate_idDonald Sharp2021-09-022-8/+0
| * | | bgpd: fix bgp_get_bound_name to handle views betterIgor Ryzhov2021-09-021-9/+9
| * | | bgpd: Do not randomly generate a vrf id for -ZDonald Sharp2021-09-021-2/+15
|/ / /
* | | Merge pull request #9106 from opensourcerouting/clippy-elf-bsd-condDonald Sharp2021-09-021-0/+4
|\ \ \
| * | | lib/clippy: fix forgotten conditionalDavid Lamparter2021-08-281-0/+4
* | | | Merge pull request #9340 from stefreak/patch-1David Lamparter2021-09-021-1/+1
|\ \ \ \
| * | | | tools: fix frr pathspace folder permissionsSteffen Neubauer2021-08-091-1/+1
* | | | | Merge pull request #9516 from qlyoung/fix-alpine-docker-imagesDavid Lamparter2021-09-026-19/+439
|\ \ \ \ \
| * | | | | alpine: fix path for daemons file installQuentin Young2021-08-301-1/+1
| * | | | | docker: add expected log functions to alpine docker-startQuentin Young2021-08-301-0/+14
| * | | | | docker: build libyang2 along with FRRQuentin Young2021-08-305-18/+424
* | | | | | Merge pull request #9443 from opensourcerouting/topo-multiview-fixDonald Sharp2021-09-0222-422/+1974
|\ \ \ \ \ \
| * | | | | | tests: Change bgp_multiview_topo1 to json outputMartin Winter2021-08-2013-414/+1963
| * | | | | | tests: Make bgp_multiview_topo1 predictableMartin Winter2021-08-1918-32/+35
* | | | | | | Merge pull request #9469 from ton31337/fix/extcommunity_bandwidth_floating_to...Russ White2021-09-0116-40/+190
|\ \ \ \ \ \ \
| * | | | | | | tests: Test if IEEE floating-point encoding for bw works with older formatDonatas Abraitis2021-08-315-0/+46
| * | | | | | | bgpd: Add `neighbor PEER link-bw-encoding-ieee`Donatas Abraitis2021-08-3010-36/+104
| * | | | | | | doc: Add `neighbor PEER link-bw-encoding-ieee`Donatas Abraitis2021-08-301-0/+9
| * | | | | | | bgpd: Use IEEE-754 Floating Point for storing extcommunity bandwidthDonatas Abraitis2021-08-292-7/+34
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #9439 from ton31337/feature/set_ext_community_to_noneRuss White2021-09-0114-10/+364
|\ \ \ \ \ \ \
| * | | | | | | doc: Add `set extcommunity none` in BGP documentationDonatas Abraitis2021-08-181-0/+6
| * | | | | | | tests: Test if `set extcommunity none` works for route-mapsDonatas Abraitis2021-08-186-0/+172
| * | | | | | | bgpd: Add an ability to set extcommunity to none in route-mapsDonatas Abraitis2021-08-187-10/+186
* | | | | | | | Merge pull request #9534 from donaldsharp/ospf6_crashesIgor Ryzhov2021-09-011-4/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | ospf6d: Prevent crash of show ipv6 ospf data adv-router 0.0.0.0 linkstate-id ...Donald Sharp2021-09-011-4/+2
* | | | | | | | | Merge pull request #9531 from LabNConsulting/chopps/bgp-fast-reconnectDonald Sharp2021-09-011-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: add global BGP json config for [re]connect timerChristian Hopps2021-09-011-2/+3
|/ / / / / / / / /
* | | | | | | | | Merge pull request #9318 from Prerana-GB/ibgp_knobDonatas Abraitis2021-09-017-2/+608
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | doc: Updating the BGP document with BGP fast convergence CLIPrerana GB2021-08-241-0/+32
| * | | | | | | | | topotests: Topotest changes for new bgp fast convergence knobPrerana GB2021-08-242-0/+542
| * | | | | | | | | bgpd: BGP knob to teardown session immediately when peer is unreachablePrerana-GB2021-08-244-2/+34
* | | | | | | | | | Merge pull request #9530 from ton31337/fix/doc_connect_timers_bgpChristian Hopps2021-09-011-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | doc: Add missing `timers` for connect timer in BGPDonatas Abraitis2021-09-011-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #9397 from tkms1122/masterDonatas Abraitis2021-09-0111-0/+189
|\ \ \ \ \ \ \ \ \ \