summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | bfdd: fix multiple links same addressRafael Zalamena2020-11-181-2/+5
* | | | | | | | Merge pull request #7296 from YashRanjanVMWare/dev_1Donald Sharp2020-11-184-98/+273
|\ \ \ \ \ \ \ \
| * | | | | | | | ospf6d: Json support added for command "show ipv6 ospf6 [json]"github login name2020-11-174-98/+273
* | | | | | | | | Merge pull request #7556 from donaldsharp/memory_shenanigansMark Stapp2020-11-184-13/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bgpd: Prevent ecommunity_ecom2str memory leakDonald Sharp2020-11-182-11/+18
| * | | | | | | | | bgpd: Do not leak vname if we find the matchDonald Sharp2020-11-181-0/+5
| * | | | | | | | | ospf6d: Free up list memoryDonald Sharp2020-11-181-2/+1
| * | | | | | | | | pimd: A buffer may be used uninitedDonald Sharp2020-11-181-0/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #7552 from volta-networks/fix_reload_l2pvnDonald Sharp2020-11-181-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tools: fix frr-reload l2vpn deleteEmanuele Di Pascale2020-11-181-0/+6
* | | | | | | | | | Merge pull request #7555 from idryzhov/cppcheck-fixesMark Stapp2020-11-185-9/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lib: fix macro styleIgor Ryzhov2020-11-182-4/+4
| * | | | | | | | | | isisd: fix uninitialized variableIgor Ryzhov2020-11-181-1/+1
| * | | | | | | | | | ospf6d: fix compilation of debug codeIgor Ryzhov2020-11-181-3/+3
| * | | | | | | | | | zebra: fix writing to pointer instead of valueIgor Ryzhov2020-11-181-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #7553 from donaldsharp/mem_leak_ferrMark Stapp2020-11-181-1/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lib: Cleanup mem-leaks in error caseDonald Sharp2020-11-181-1/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #7478 from donaldsharp/bufferMark Stapp2020-11-1820-324/+460
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-1516-146/+198
| * | | | | | | | | bgpd, lib, sharpd: Add enum for zclient_send_message returnDonald Sharp2020-11-156-33/+36
| * | | | | | | | | sharpd: Add buffering supportDonald Sharp2020-11-151-22/+106
| * | | | | | | | | sharpd: Re-arrange route_add|deleteDonald Sharp2020-11-152-72/+85
| * | | | | | | | | bgpd, lib: Indicate when we are buffering instead of immediately sending down...Donald Sharp2020-11-153-58/+72
| * | | | | | | | | lib: clean up out-of-date zapi commentMark Stapp2020-11-151-36/+1
| * | | | | | | | | zebra: use smaller stream buffer for zapi route notificationsMark Stapp2020-11-152-1/+6
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #7549 from vincentbernat/fix/oot-buildRafael Zalamena2020-11-181-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | vtysh: fix out-of-tree build not finding vtysh/daemons.plVincent Bernat2020-11-171-1/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #7548 from vincentbernat/feature/json-passiveDonatas Abraitis2020-11-181-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bgpd: identify passive connections in JSON summaryVincent Bernat2020-11-171-0/+8
| |/ / / / / / / /
* | | | | | | | | Merge pull request #7543 from GalaxyGorilla/fix_refcmp_newlineDonald Sharp2020-11-171-4/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: ignore Windows vs Unix style newlinesGalaxyGorilla2020-11-171-4/+9
* | | | | | | | | | Merge pull request #7534 from chiragshah6/yang_nb1Renato Westphal2020-11-171-113/+99
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | bgpd: convert to yang modeled nbr cmdsChirag Shah2020-11-171-113/+99
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #6851 from kuldeepkash/bgp_graceful_restartDonald Sharp2020-11-174-729/+3819
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: Enhance libraries to optimize test executionKuldeep Kashyap2020-11-122-11/+11
| * | | | | | | | | tests: Fix bgp_gr_functionality_topo2 issueKuldeep Kashyap2020-11-121-8/+1186
| * | | | | | | | | tests: Fix bgp_gr_functionality_topo1 issueKuldeep Kashyap2020-11-121-710/+2622
* | | | | | | | | | Merge pull request #7303 from mobash-rasool/pim-fixesQuentin Young2020-11-174-26/+58
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pimd: checksum must be validated before accepting igmp packetsMobashshera Rasool2020-11-174-26/+58
* | | | | | | | | | | Merge pull request #7511 from donaldsharp/vtysh_warnPatrick Ruddy2020-11-172-7/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | lib: Change zlog_debug to zlog_err for doc string issuesDonald Sharp2020-11-171-5/+5
| * | | | | | | | | | ospfd: Fix excessive doc string for `no summary-address ..` commandDonald Sharp2020-11-171-2/+2
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #7541 from ton31337/fix/hardcoded_function_namesDonald Sharp2020-11-173-7/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bgpd: Use __func__ instead of hardcoded strings for some functionsDonatas Abraitis2020-11-173-7/+5
* | | | | | | | | | | Merge pull request #7540 from ton31337/fix/typoDonald Sharp2020-11-1710-101/+116
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | *: Replace typo (supress => suppress)Donatas Abraitis2020-11-1710-101/+116
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #7450 from ranjanyash54/dev_5Russ White2020-11-172-20/+55
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ospf6d: Json support added for command "show ipv6 ospf6 zebra [json]"github login name2020-11-172-20/+55
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #7453 from ranjanyash54/dev_7Russ White2020-11-174-89/+276
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ospf6d: Json support added for command "show ipv6 ospf6 interface [json]"github login name2020-11-174-89/+276
| |/ / / / / / / / /