summaryrefslogtreecommitdiffstats
path: root/sharpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-223-5/+6
|\
| * *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
| * *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-173-4/+4
* | sharpd: Dump metric received for the reachabilityDonald Sharp2021-03-161-1/+2
|/
* sharpd: Convert over to using builtin printf functionalityDonald Sharp2021-03-141-11/+6
* sharpd: don't send invalid nexthop-groups to zebraMark Stapp2021-01-211-1/+31
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-3/+3
* sharpd, zebra: Pass and display opaque data as PoCDonald Sharp2020-12-084-13/+31
* lib, sharpd, vtysh: When reading a file in for config send start/end indicatorsDonald Sharp2020-11-191-0/+12
* *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-151-4/+6
* bgpd, lib, sharpd: Add enum for zclient_send_message returnDonald Sharp2020-11-151-8/+4
* sharpd: Add buffering supportDonald Sharp2020-11-151-22/+106
* sharpd: Re-arrange route_add|deleteDonald Sharp2020-11-152-72/+85
* bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S2020-11-061-1/+2
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-222-15/+6
* sharpd: Fix nexthop group name collisionDonald Sharp2020-10-171-2/+3
* Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-1/+1
|\
| * *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
|/
* *: make failure to decode nht update an errorQuentin Young2020-10-011-2/+1
* sharpd: make id log more specificStephen Worley2020-09-281-1/+1
* lib,zebra,sharpd: add code for backup proto-NHs but disabledStephen Worley2020-09-283-4/+30
* lib,sharpd: align zapi NHG apis a bitStephen Worley2020-09-281-10/+11
* sharp: add check for num_nh > multipathStephen Worley2020-09-281-0/+7
* zebra,sharpd: checkpatch fixesStephen Worley2020-09-281-9/+5
* lib,zebra,sharpd: clang formatStephen Worley2020-09-283-9/+7
* sharpd: implement NHG notification handlingStephen Worley2020-09-283-1/+77
* Revert "lib,sharpd,pbrd: `set installable` nhg command"Stephen Worley2020-09-281-36/+4
* lib,sharpd,pbrd: `set installable` nhg commandStephen Worley2020-09-281-4/+36
* sharpd: print the correct ID the NHG is usingStephen Worley2020-09-281-1/+1
* sharpd: add abilty to send a nhg to zebraDonald Sharp2020-09-287-13/+165
* sharpd: add a command to send ARP/NDP requestsJakub UrbaƄczyk2020-08-123-0/+54
* sharpd: Cleanup help textDonald Sharp2020-08-111-2/+2
* Merge pull request #6854 from mjstapp/sharp_lsp_updateDonald Sharp2020-08-063-25/+38
|\
| * sharpd: support 'update lsp' zapi testingMark Stapp2020-08-043-25/+38
* | sharpd,vtysh: no access list or route map commandsRafael Zalamena2020-08-041-3/+0
|/
* lib,sharpd,zebra: initial support for multiple backup nexthopsMark Stapp2020-07-172-1/+6
* Merge pull request #6530 from mjstapp/backup_nhg_notifyDonald Sharp2020-07-101-0/+6
|\
| * sharpd: be explicit if nht is uninstalledMark Stapp2020-07-071-0/+6
* | sharpd: use extern for globalsMark Stapp2020-07-071-2/+2
|/
* sharpd: add zclient session create and deleteMark Stapp2020-06-163-10/+125
* *: have daemons call frr_fini() at terminationMark Stapp2020-06-111-0/+2
* sharpd,zebra: unicast support for zapi messagesMark Stapp2020-06-103-6/+43
* lib,sharpd: add a SHARP_STR aliasMark Stapp2020-06-101-2/+2
* lib,zebra,sharpd: modify opaque zapi message to support unicastMark Stapp2020-06-101-5/+4
* *: integrate remaining daemons with filterRafael Zalamena2020-06-051-0/+1
* sharpd: add handler for OPAQUE messagesMark Stapp2020-06-021-1/+19
* sharpd: send opaque message registrationsMark Stapp2020-06-023-0/+62
* sharpd: send new OPAQUE messagesMark Stapp2020-06-023-0/+47
* sharpd: include backup nh info with lspsMark Stapp2020-06-013-30/+89