summaryrefslogtreecommitdiffstats
path: root/staticd/static_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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