summaryrefslogtreecommitdiffstats
path: root/staticd/static_nb_config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14089 from dmytroshytyi-6WIND/srv6_multiple_segs_sidsRuss White2023-09-211-0/+200
|\
| * staticd: northbound srv6 hooks for segs stack yang modelDmytro Shytyi2023-09-201-0/+200
* | staticd: Check against NULL before dereferencing vrfDonatas Abraitis2023-09-201-0/+7
|/
* staticd: Accept full blackhole typed keywords for ip_route_cmdDonatas Abraitis2023-08-251-1/+18
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* staticd: BFD integration northbound supportRafael Zalamena2023-01-131-0/+107
* staticd: Do not crash when modifying an existing static route with colorDonatas Abraitis2022-11-251-1/+1
* staticd: When changing the underlying nh ensure it is reinstalledDonald Sharp2022-08-081-0/+26
* staticd: reject route config with too many nexthopsMark Stapp2022-02-171-1/+6
* staticd: fix spelling in an error messageMark Stapp2022-02-171-1/+1
* staticd: convert typedef to enumIgor Ryzhov2021-08-311-4/+4
* staticd: replace NB checks with assertIgor Ryzhov2021-08-091-14/+0
* staticd: simplify the northbound codeIgor Ryzhov2021-07-091-269/+52
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-35/+2
* *: make sure `config.h` or `zebra.h` is firstDavid Lamparter2021-04-231-0/+2
* staticd: forbid blackhole and non-blackhole nexthops in a single routeIgor Ryzhov2021-03-031-0/+36
* staticd: fix nexthop creation and installationIgor Ryzhov2021-02-171-12/+0
* staticd: fix nexthop validationIgor Ryzhov2021-02-171-1/+1
* Merge pull request #7863 from chiragshah6/mdevRuss White2021-01-191-83/+43
|\
| * staticd: handle when condition check in nb callbacksChirag Shah2021-01-131-83/+43
* | staticd: Backend cofiguration code to fix table-id problemvdhingra2021-01-121-106/+24
|/
* staticd : Added the warning log for route when VRF is not ready.vdhingra2020-09-011-0/+12
* staticd: add support for SR PoliciesSebastien Merle2020-08-121-1/+97
* staticd: Added afi-safi as a key in route-listvdhingra2020-07-161-10/+17
* staticd : Configuration northbound implementationvdhingra2020-07-161-0/+1234