summaryrefslogtreecommitdiffstats
path: root/staticd/static_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6882 from vishaldhingra/staticDonald Sharp2020-10-031-5/+4
|\
| * staticd : Added the warning log for route when VRF is not ready.vdhingra2020-09-011-5/+4
* | *: make failure to decode nht update an errorQuentin Young2020-10-011-1/+1
|/
* staticd: add support for SR PoliciesSebastien Merle2020-08-121-0/+4
* staticd : Configuration northbound implementationvdhingra2020-07-161-51/+91
* staticd,zebra: use ALLOW_RECURSION for static routesMark Stapp2020-07-071-0/+1
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-6/+6
* *: revise zapi nexthop encodingMark Stapp2019-12-061-2/+3
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: Convert prefix_free to double pointerDonald Sharp2019-11-021-1/+1
* Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-301-60/+18
|\
| * *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-20/+1
| * *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-13/+2
| * *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-33/+9
| * *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-14/+2
| * *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+24
* | staticd: register to interface events related with non default vrfPhilippe Guibert2019-09-171-0/+14
|/
* staticd: static route config should fail if gw configured as its local ip.rgirada2019-09-071-0/+25
* staticd: Re-send/Remove routes on interface eventsStephen Worley2019-09-041-1/+7
* staticd: Track state of where we are and limit installs/updates to minDonald Sharp2019-07-161-0/+8
* staticd: Setup nexthop tracking instead of installing routeDonald Sharp2019-07-161-1/+6
* staticd: Fix static_nht_update to actually know route we are installingDonald Sharp2019-07-161-3/+4
* 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
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-2/+2
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-18/+10
* *: The onlink attribute should be owned by the nexthop not the route.Donald Sharp2019-01-271-2/+2
* staticd: Do not ready prefix for printing till it's decodedDonald Sharp2018-12-291-2/+2
* Merge pull request #3311 from dslicenc/static-int-upDavid Lamparter2018-11-191-4/+10
|\
| * staticd: install static routes in a vrf when next-hop interface comes upDon Slice2018-11-121-4/+10
* | *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
|/
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-2/+2
* staticd: add ability to create onlink static routeQuentin Young2018-10-161-0/+2
* staticd: Allow table_id to be a distinguisher for installationDonald Sharp2018-09-141-0/+3
* staticd: Fix mixup in vrf translationsDonald Sharp2018-08-311-3/+19
* staticd: refcount the nht add/removalDonald Sharp2018-08-251-2/+90
* static: remove useless debug variablePhilippe Guibert2018-08-221-1/+0
* staticd: do not forget to set table id marker on zebra messagePhilippe Guibert2018-08-221-2/+4
* staticd: Fix null pointer access (coverity 1472311)Emanuele Di Pascale2018-08-091-1/+1
* staticd: Allow daemon to have backup static routesDonald Sharp2018-07-291-18/+16
* staticd: Code review comments fixesDonald Sharp2018-07-291-8/+8
* staticd: Fix recursive routes for certain types of nexthopsDonald Sharp2018-07-291-2/+2
* staticd: Start the addition of a staticdDonald Sharp2018-07-291-0/+377