summaryrefslogtreecommitdiffstats
path: root/buildtest.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-05zebra: Reduce size of vni hash tables to a more reasonable start sizeDonald Sharp2-2/+2
2021-05-05zebra: Add some ability to know what hash is for what vniDonald Sharp1-2/+5
2021-05-05zebra: Allow the zvrf to know it's vrf when allocingDonald Sharp2-5/+6
2021-05-04bgpd: changing graceful-restart parameters should not be considered as errorChristian Poessinger1-3/+0
2021-05-04bgpd: Consolidate dampening show run output with the rest of that codeDonald Sharp1-9/+3
2021-05-04bgpd: No need to check if we are a dynamic peer or notDonald Sharp1-4/+0
2021-05-04bgpd: Do not output peer doppleganger dampened outputDonald Sharp1-2/+3
2021-05-04doc: Fix the rip and ripng `distribute-list ...` commandsDonald Sharp2-16/+31
2021-05-04lib: Remove dead codeDonald Sharp2-18/+0
2021-05-04babeld: Allow babeld to actually register to use distribute-listDonald Sharp1-3/+91
2021-05-04eigrpd: fix `distribute-list...` command for EIGRPDonald Sharp2-2/+45
2021-05-04lib, ripd, ripngd, vtysh: Move distribute list to `correct` spotDonald Sharp7-115/+102
2021-05-04lib: Abstract parsing of distribute listsDonald Sharp1-73/+67
2021-05-04bgpd: BGP large community-list configuration with regex is failing.prerana1-3/+0
2021-05-04ospfd: Use %pI4 in some placesDonald Sharp1-10/+5
2021-05-04ospfd: Fix some deep indentation issues in ospf_asbr.cDonald Sharp1-40/+41
2021-05-04ospfd: Fix indentation in ospf_is_type_redistributedDonald Sharp1-4/+4
2021-05-04ospfd: Do not use `case default` for switches that have enumDonald Sharp2-2/+4
2021-05-04ospfd: Cleanup some awful deep indentation in ospf_zebra.cDonald Sharp1-223/+203
2021-05-04bgpd: Support tcp-mss for bgp neighborsAbhinay Ramesh13-2/+513
2021-05-04bgpd: Prevent test against uninited dataDonald Sharp1-0/+1
2021-05-04zebra: Allow redistribution for routes selectedDonald Sharp1-11/+1
2021-05-04sharpd: add v4 redistribute watchingDonald Sharp4-0/+41
2021-05-03tests: add scapy to topotests DockerDavid Lamparter1-0/+1
2021-05-03lib: kill unused list_filter_out_nodes()David Lamparter2-30/+0
2021-05-03pimd: cleanup & convert bsm_rpinfo to TS listDavid Lamparter4-133/+110
2021-05-03pimd: cleanup & convert bsm_info to TS listDavid Lamparter3-40/+53
2021-05-03pimd: remove unused sz_timerDavid Lamparter1-1/+0
2021-05-03lib: add *_swap_all to typesafe containersDavid Lamparter4-7/+201
2021-05-03eigrpd: Test for EIGRP AS number and ensure it's the sameDon Slice1-3/+8
2021-05-03build: fix assert() use in .pb-c.c filesDavid Lamparter1-0/+1
2021-05-03doc: improve PIM documentationRafael Zalamena1-24/+26
2021-05-03pimd: show MSDP configurationRafael Zalamena3-0/+23
2021-05-03pimd: reduce code duplicationRafael Zalamena1-421/+118
2021-05-03doc: document link-fallback ti-lfa optionFredi Raspall1-2/+3
2021-05-03isisd: link protection optional fallback in ti-lfaFredi Raspall7-3/+110
2021-05-03zebra: Allow one connected route per network mask on a interfaceDonald Sharp1-0/+47
2021-05-03ldpd: make allowing broken-lsps to be installed with pop operation configurablelynne8-3/+71
2021-05-02ospf6d: Send Link LSAs when interface priority is changedYash Ranjan1-7/+12
2021-05-02lib: fix random C++ compat problem w/ printfrrDavid Lamparter1-0/+6
2021-05-02tests: fix assert.h header change falloutDavid Lamparter3-3/+4
2021-05-02lib: rework how we "override" assert()David Lamparter12-23/+271
2021-05-02lib: Provide some better error handling for operatorDonald Sharp1-1/+4
2021-05-02bgpd: Delay setting peer data until after decision to allow openDonald Sharp1-18/+19
2021-05-02bgpd: Cleanup bgp_collision_detect indentationDonald Sharp1-86/+78
2021-05-02bgpd: listener thread pointer is already NULLDonald Sharp1-2/+0
2021-05-02zebra: Allow interface up events to read speedDonald Sharp1-0/+3
2021-05-02build: Limit libyang version to under 2.0Donald Sharp1-1/+1
2021-05-01isisd: fix show LFA debug in show debugging cmdFredi Raspall1-0/+3
2021-05-01isisd: fix memory leak for non-freed spftreesFredi Raspall1-3/+6