summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update and simplify d/watchOndřej Surý2020-09-261-1/+2
* Make lsb-base a hard dependencyOndřej Surý2020-09-261-0/+1
* Remove mention of pkg.frr.snmp build profile from debian/README.DebianOndřej Surý2020-09-261-4/+2
* Add missing lsof dependencyOndřej Surý2020-09-261-1/+2
* Remove unused debian/watchfrr.rc fileOndřej Surý2020-09-261-4/+0
* Use dh_installinit capabilities to install frr.tmpfileOndřej Surý2020-09-262-1/+0
* Don't install frr-doc texinfo images, they are gone (Closes: #955067)Ondřej Surý2020-09-262-10/+0
* Change the source format from git to quilt to use git-buildpackageOndřej Surý2020-09-261-1/+1
* Add d/gbp.conf for master branchOndřej Surý2020-09-261-0/+4
* Add myself to UploadersOndřej Surý2020-09-261-1/+2
* Merge pull request #7175 from idryzhov/fix-nb-bypassQuentin Young2020-09-253-0/+20
|\
| * *: move all userdata when changing node xpathIgor Ryzhov2020-09-243-0/+20
* | Merge pull request #7169 from donaldsharp/some_code_cleanupDonatas Abraitis2020-09-257-24/+27
|\ \ | |/ |/|
| * bgpd: Remove dest variable from route_out_vty_flowspecDonald Sharp2020-09-241-5/+0
| * bgpd: pbra is already derefed in all paths to this spotDonald Sharp2020-09-241-1/+1
| * pimd: When bind fails we could leave an open socketDonald Sharp2020-09-241-0/+2
| * pimd: NULL not 0Donald Sharp2020-09-241-4/+4
| * bgpd: Ensure we do integer size promotionsDonald Sharp2020-09-241-10/+9
| * isisd: Prevent usage after freeDonald Sharp2020-09-241-1/+5
| * lib: Tell the compiler we don't care about the return codeDonald Sharp2020-09-241-3/+3
| * zebra: Don't ignore setsockopt returnDonald Sharp2020-09-241-0/+3
* | Merge pull request #7164 from AnuradhaKaruppiah/mh-misc-fixesSri Mohana Singamsetty2020-09-241-23/+33
|\ \ | |/ |/|
| * zebra: fix use of freed es during zebra shutdownAnuradha Karuppiah2020-09-231-25/+32
| * zebra: evpn-mh: add error logs on ES processing failuresAnuradha Karuppiah2020-09-231-3/+6
* | Merge pull request #7155 from donaldsharp/TRAPMark Stapp2020-09-238-29/+101
|\ \
| * | lib, zebra: Add ability to read kernel notice of TRAP/OFFLOADDonald Sharp2020-09-225-3/+39
| * | zebra: Add basic knowledge of asic offload availableDonald Sharp2020-09-223-0/+10
| * | include: Update rtnetlink.h to latest kernelDonald Sharp2020-09-221-26/+52
* | | Merge pull request #7163 from donaldsharp/zebra_mlag_bugsMark Stapp2020-09-233-7/+16
|\ \ \
| * | | zebra: Increase the read/write mlag buffer sizesDonald Sharp2020-09-231-1/+1
| * | | zebra: Ensure that message received from mlag will fitDonald Sharp2020-09-231-0/+9
| * | | zebra: modify mlag code to only need 1 stream when generating dataDonald Sharp2020-09-231-6/+6
| | |/ | |/|
* | | Merge pull request #7160 from mjstapp/fix_topo_daemons_listStephen Worley2020-09-231-1/+3
|\ \ \
| * | | tests: fix bug in handling of daemons to startMark Stapp2020-09-231-1/+3
| |/ /
* | | Merge pull request #7112 from AnuradhaKaruppiah/mac-neigh-htDonatas Abraitis2020-09-233-1/+36
|\ \ \
| * | | zebra: stop neigh hold timer when the neigh is deletedAnuradha Karuppiah2020-09-231-0/+3
| * | | zebra: fix deletion of evpn mh neigh-holdtimeDon Slice2020-09-231-1/+1
| * | | zebra: changes for configuring mac and neigh holdtimeAnuradha Karuppiah2020-09-231-0/+32
| |/ /
* | | Merge pull request #7157 from donaldsharp/nhg_speedsPatrick Ruddy2020-09-231-9/+8
|\ \ \
| * | | zebra: Move debug information gathering to inside guardDonald Sharp2020-09-231-9/+8
* | | | Merge pull request #7154 from donaldsharp/frr_topotestsDonatas Abraitis2020-09-2322-151/+76
|\ \ \ \ | |_|/ / |/| | |
| * | | tests: Our tests are for FRRDonald Sharp2020-09-2222-151/+76
| |/ /
* | | Merge pull request #7148 from pguibert6WIND/fix_fd_not_closedDonald Sharp2020-09-231-6/+6
|\ \ \
| * | | zebra: fix fd going out of scope leaks the handlePhilippe Guibert2020-09-221-6/+6
| | |/ | |/|
* | | Merge pull request #7018 from gouault6wind/show_ip_routeDonatas Abraitis2020-09-238-122/+91
|\ \ \
| * | | vrf: VRF_DEFAULT must be 0, remove useless codeChristophe Gouault2020-09-217-51/+8
| * | | zebra: always display vrf in show ip route jsonChristophe Gouault2020-09-211-5/+3
| * | | zebra: simplify and optimize vrf display in show ip routeChristophe Gouault2020-09-211-35/+11
| * | | lib: optimize vrf_id_to_name(VRF_DEFAULT) caseChristophe Gouault2020-09-211-0/+3
| * | | zebra: fix show ip route outputChristophe Gouault2020-09-211-33/+68