summaryrefslogtreecommitdiffstats
path: root/sharpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd,sharpd,zebra: fix code styleHiroki Shirokura2021-06-022-8/+6
* *: delete ZEBRA_FLAG_SEG6*_ROUTE and add ZAPI_NEXTHOP_FLAG_SEG6*Hiroki Shirokura2021-06-021-3/+0
* lib,sharpd,zebra: update nexthop object with nh_srv6Hiroki Shirokura2021-06-021-2/+2
* sharpd: split srv6 route install commandHiroki Shirokura2021-06-021-59/+180
* sharpd: follow the practice on cli design for json outputHiroki Shirokura2021-06-021-15/+32
* *: eliminate redundant info from srv6 locator zapiHiroki Shirokura2021-06-021-34/+15
* *: use one line init instead of memset and format itHiroki Shirokura2021-06-021-2/+1
* *: fix code format accourding to checkpatchHiroki Shirokura2021-06-023-10/+19
* sharpd: install route supports nexthop-seg6 (step3)Hiroki Shirokura2021-06-021-1/+14
* sharpd: support create/delete srv6-locator (step2)Hiroki Shirokura2021-06-025-0/+189
* shaprd: install route supports nexthop-seg6local (step1)Hiroki Shirokura2021-06-021-1/+44
* sharpd: install_routes_helper support ZAPI_ROUTE flags (step1)Hiroki Shirokura2021-06-024-9/+19
* sharpd: add v4 redistribute watchingDonald Sharp2021-05-043-0/+36
* sharpd: use correct list of redist protocols in remove lspMark Stapp2021-04-291-2/+2
* *: remove *.conf.sample filesQuentin Young2021-04-092-7/+0
* sharpd: Add Traffic Engineering Database (TED)Olivier Dugeon2021-03-235-0/+174
* 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
|\