summaryrefslogtreecommitdiffstats
path: root/staticd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-2/+2
* staticd: remove unnecessary function callIgor Ryzhov2021-11-231-7/+0
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-224-18/+7
* *: clean up ifp-by-local-address function(s)David Lamparter2021-11-172-10/+6
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-261-5/+9
|\
| * *: convert zclient callbacks to tableDavid Lamparter2021-10-201-5/+9
* | Merge pull request #9824 from idryzhov/nb-cli-const-lyd-nodeDonald Sharp2021-10-252-16/+24
|\ \ | |/ |/|
| * lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-132-16/+24
* | *: Add resolve via default flagDonald Sharp2021-09-271-1/+1
|/
* staticd: output config using NB callbacks instead of operational dataIgor Ryzhov2021-08-314-142/+307
* staticd: convert typedef to enumIgor Ryzhov2021-08-314-14/+16
* Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\
| * lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-1/+1
|\ \ | |/ |/|
| * *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+1
* | *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
|/
* staticd: warn on attempted delete of non-existent routeWesley Coakley2021-08-191-1/+2
* staticd: replace NB checks with assertIgor Ryzhov2021-08-092-16/+1
* Merge pull request #9023 from idryzhov/static-nbDonald Sharp2021-08-056-372/+134
|\
| * staticd: simplify the northbound codeIgor Ryzhov2021-07-096-372/+134
* | staticd: fix late initialization of blackhole typeanlan_cs2021-07-101-3/+4
|/
* *: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis2021-07-011-1/+2
* tests: add grpc unit testChristian Hopps2021-06-068-1/+70
* Merge pull request #8740 from mjstapp/fix_static_retIgor Ryzhov2021-05-281-3/+2
|\
| * staticd: return SUCCESS when deleting non-existent routeMark Stapp2021-05-271-3/+2
* | staticd: fix distance processingIgor Ryzhov2021-05-252-6/+59
|/
* lib: adapt to version 2 of libyangChristian Hopps2021-05-133-41/+2
* *: make sure `config.h` or `zebra.h` is firstDavid Lamparter2021-04-232-0/+4
* *: remove *.conf.sample filesQuentin Young2021-04-092-6/+0
* *: modify VRF_CONFIGURED flag only in VRF NB layerIgor Ryzhov2021-03-283-32/+0
* staticd: kill static_memory.h, use MTYPE_STATICDavid Lamparter2021-03-227-122/+68
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-172-2/+2
* Merge pull request #8158 from idryzhov/staticd-fix-blackholeRuss White2021-03-091-0/+36
|\
| * staticd: forbid blackhole and non-blackhole nexthops in a single routeIgor Ryzhov2021-03-031-0/+36
* | staticd: warn on attempted delete of non-existent routeWesley Coakley2021-03-021-1/+4
|/
* Merge pull request #8095 from idryzhov/fix-nb-stale-pointersRuss White2021-02-231-0/+2
|\
| * lib: register dependency between control plane protocol and vrf nb nodesIgor Ryzhov2021-02-221-0/+2
* | staticd: fix vrf enablingIgor Ryzhov2021-02-171-0/+2
* | staticd: fix nexthop creation and installationIgor Ryzhov2021-02-174-65/+10
* | staticd: fix nexthop validationIgor Ryzhov2021-02-173-5/+11
|/
* Merge pull request #7863 from chiragshah6/mdevRuss White2021-01-193-89/+43
|\
| * staticd: handle when condition check in nb callbacksChirag Shah2021-01-133-89/+43
* | staticd: Backend cofiguration code to fix table-id problemvdhingra2021-01-125-125/+36
* | staticd: autogenerated code modifications due to yang changesvdhingra2021-01-102-16/+0
|/
* Merge pull request #7478 from donaldsharp/bufferMark Stapp2020-11-181-1/+2
|\
| * *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-151-1/+2
* | bgpd, lib, staticd, tests: Convert to using FOREACH_AFI_SAFIDonald Sharp2020-11-152-37/+26
|/
* Merge pull request #4770 from kssoman/fibSantosh P K2020-11-121-1/+2
|\