summaryrefslogtreecommitdiffstats
path: root/sharpd/sharp_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sharpd: support backup nexthopsMark Stapp2020-03-271-4/+29
* *: remove tabs from log messagesDavid Lamparter2020-03-241-4/+4
* Merge pull request #5779 from mjstapp/sharp_with_lspsDonald Sharp2020-03-171-36/+56
|\
| * sharpd: add support for install/remove lspsMark Stapp2020-02-251-36/+56
* | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-5/+3
|/
* lib, zebra: Allow for encode/decode of nexthop weight in pass downDonald Sharp2019-12-091-0/+2
* lib,sharpd: support labelled nexthop-groups in sharpdMark Stapp2019-12-061-0/+11
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* sharpd: Start infrastructure to allow for redistribution testingDonald Sharp2019-10-021-19/+55
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-21/+1
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-10/+1
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-21/+1
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-14/+1
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+23
* sharpd: Fix repeat sub-command to workDonald Sharp2019-08-031-1/+1
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-4/+3
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-3/+4
* *: fix some dumb printf format warningsDavid Lamparter2019-06-111-4/+4
* lib, pimd, sharpd: Various output string cleanupsDonald Sharp2019-06-071-2/+2
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-18/+10
* sharpd: Add ability to pass vrf we want to watchDonald Sharp2019-03-011-2/+2
* sharpd: Setup route installation to be able to select vrf to useDonald Sharp2019-03-011-13/+16
* sharpd: Allow the registration of import checks to zebraDonald Sharp2019-02-131-4/+15
* sharpd: Add 'sharp data nexthop' data dumpDonald Sharp2019-02-071-0/+7
* sharpd: Move route global variables into the global data structureDonald Sharp2019-02-071-29/+20
* sharpd: Allow nhop tracking to specify connectedDonald Sharp2019-02-071-2/+2
* sharpd: Do addition/subtraction for meDonald Sharp2019-01-111-2/+13
* sharpd: Allow route install/removal of v6 routes.Donald Sharp2019-01-111-4/+22
* sharpd: Add code to allow install/uninstall repeatedlyDonald Sharp2019-01-031-3/+9
* sharpd: Abstract the route install/delete functions a bitDonald Sharp2019-01-021-2/+53
* sharp: Modify route install to take nexthop groupsDonald Sharp2019-01-021-7/+33
* sharpd: return check (Coverity 1475198)F. Aragon2018-12-031-1/+3
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* sharpd: Modify route install to allow v6 nexthopsDonald Sharp2018-09-061-1/+1
* sharp: Allow the specification of instance when adding/deleting routesDonald Sharp2018-05-171-2/+4
* sharpd: Add ability to register for nhtDonald Sharp2018-03-161-0/+60
* *: Add code to notify on route removal statusDonald Sharp2018-03-091-4/+22
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+2
* sharpd: Allow sharp routes to recurseDonald Sharp2018-02-271-0/+1
* *: Modify notify_owner to route_notify_ownerDonald Sharp2018-02-231-3/+3
* *: Add tableid the route entry was sent toDonald Sharp2018-02-231-1/+2
* lib, sharpd, zebra: Update the zapi_vrf_label call to add afiDonald Sharp2018-02-141-2/+2
* lib, sharpd, zebra: Add new enum for lsp type and pass it through.Donald Sharp2018-02-091-1/+1
* sharpd: Add some infrastructure to allow test of ZEBRA_VRF_LABELDonald Sharp2018-02-091-0/+5
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-2/+1
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+2
* sharpd: Add Super Happy Advanced Routing ProtocolDonald Sharp2017-11-271-0/+208