summaryrefslogtreecommitdiffstats
path: root/staticd (follow)
Commit message (Expand)AuthorAgeFilesLines
* staticd: redo VRF_DEFAULT NHT registers on connectDavid Lamparter2022-04-241-0/+3
* staticd: merge NHT register & update, reorganizeDavid Lamparter2022-04-243-56/+39
* staticd: use double pointer for NHT decrefDavid Lamparter2022-04-241-18/+26
* staticd: minor refactor NHT register codeDavid Lamparter2022-04-241-51/+39
* *: Fix spelling of IntefaceDonald Sharp2022-04-021-1/+1
* staticd: track nexthops per-SAFIDavid Lamparter2022-03-273-34/+40
* staticd: use inline prefix in NHT dataDavid Lamparter2022-03-271-14/+10
* staticd: use typesafe static_nht_hashDavid Lamparter2022-03-271-55/+76
* *: add SAFI argument to zclient_send_rnhDavid Lamparter2022-03-271-2/+2
* *: When matching against a nexthop send and process what it matched againstDonald Sharp2022-03-121-7/+8
* Merge pull request #10678 from donaldsharp/staticd_make_check_fixJafar Al-Gharaibeh2022-02-282-1/+1
|\
| * staticd: Fix `make check` failuresDonald Sharp2022-02-282-1/+1
* | staticd: Don't register existing nexthop to zebraXiao Liang2022-02-281-6/+11
|/
* staticd: reject route config with too many nexthopsMark Stapp2022-02-172-1/+10
* staticd: capture zebra's advertised ECMP limitMark Stapp2022-02-173-1/+3
* staticd: fix spelling in an error messageMark Stapp2022-02-171-1/+1
* staticd: small cleanupanlan_cs2022-01-312-12/+1
* *: 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