summaryrefslogtreecommitdiffstats
path: root/staticd/static_routes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* staticd: fix nht memory leakIgor Ryzhov2024-02-041-35/+6
* staticd: add a separate function for uninstalling nexthopsIgor Ryzhov2024-02-041-10/+12
* staticd: fix NB dependency hackIgor Ryzhov2024-02-011-112/+40
* mgmtd: Enroll Staticd as a backend client for MGMTDChristian Hopps2023-03-221-24/+0
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* staticd: Add missing enum's to switch statementDonald Sharp2023-01-311-2/+4
* staticd: fix bug on route reinstallationRafael Zalamena2023-01-131-0/+2
* staticd: BFD integration northbound supportRafael Zalamena2023-01-131-0/+4
* staticd: merge NHT register & update, reorganizeDavid Lamparter2022-04-241-4/+2
* staticd: small cleanupanlan_cs2022-01-311-10/+1
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-4/+4
* *: clean up ifp-by-local-address function(s)David Lamparter2021-11-171-4/+4
* staticd: convert typedef to enumIgor Ryzhov2021-08-311-3/+4
* staticd: replace NB checks with assertIgor Ryzhov2021-08-091-2/+1
* Merge pull request #9023 from idryzhov/static-nbDonald Sharp2021-08-051-61/+50
|\
| * staticd: simplify the northbound codeIgor Ryzhov2021-07-091-61/+50
* | staticd: fix late initialization of blackhole typeanlan_cs2021-07-101-3/+4
|/
* *: modify VRF_CONFIGURED flag only in VRF NB layerIgor Ryzhov2021-03-281-9/+0
* staticd: kill static_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-3/+62
* staticd: fix vrf enablingIgor Ryzhov2021-02-171-0/+2
* staticd: fix nexthop creation and installationIgor Ryzhov2021-02-171-30/+10
* staticd: fix nexthop validationIgor Ryzhov2021-02-171-3/+9
* staticd: Backend cofiguration code to fix table-id problemvdhingra2021-01-121-1/+3
* bgpd, lib, staticd, tests: Convert to using FOREACH_AFI_SAFIDonald Sharp2020-11-151-29/+20
* staticd: fixed memory leak on shudownvdhingra2020-10-301-1/+1
* staticd: To set the default value of blackhole type correctlyvdhingra2020-10-091-0/+1
* staticd : Added the warning log for route when VRF is not ready.vdhingra2020-09-011-3/+51
* staticd: add support for SR PoliciesSebastien Merle2020-08-121-1/+2
* staticd: Formatting changesvdhingra2020-07-161-20/+28
* staticd : Configuration northbound implementationvdhingra2020-07-161-232/+394
* staticd: check tuple (vrf, name) when interface events receivedPhilippe Guibert2019-10-231-0/+4
* Merge pull request #4722 from ak503/staticDonald Sharp2019-09-111-1/+2
|\
| * staticd: correct update static route when specify nexthop-vrfDmitrii Turlupov2019-08-281-1/+2
* | staticd: Fix blackhole routes being installedDonald Sharp2019-08-081-3/+21
* | staticd: Setup nexthop tracking instead of installing routeDonald Sharp2019-07-161-1/+1
* | staticd: Fix static_nht_update to actually know route we are installingDonald Sharp2019-07-161-2/+2
|/
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-6/+6
* *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-2/+2
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-4/+4
* staticd: strcpy -> strlcpyQuentin Young2019-05-291-1/+1
* staticd: Allow reinstall of static nexthops on vrf restartDonald Sharp2019-04-041-0/+1
* staticd: remove stale header info in static_fixup_intf_nhDon Slice2018-11-121-1/+0
* staticd: install static routes in a vrf when next-hop interface comes upDon Slice2018-11-121-0/+61
* staticd: add ability to create onlink static routeQuentin Young2018-10-161-3/+4
* staticd: Fix crash with NULL siDonald Sharp2018-07-291-13/+4
* staticd: Allow daemon to have backup static routesDonald Sharp2018-07-291-13/+15
* staticd: Code review comments fixesDonald Sharp2018-07-291-9/+9
* staticd: Start the addition of a staticdDonald Sharp2018-07-291-0/+513