summaryrefslogtreecommitdiff
path: root/staticd
AgeCommit message (Expand)Author
2022-10-13staticd: Clean up zclient on shutdownDonald Sharp
2022-08-08staticd: When changing the underlying nh ensure it is reinstalledDonald Sharp
2022-04-24staticd: redo VRF_DEFAULT NHT registers on connectDavid Lamparter
2022-04-24staticd: merge NHT register & update, reorganizeDavid Lamparter
2022-04-24staticd: use double pointer for NHT decrefDavid Lamparter
2022-04-24staticd: minor refactor NHT register codeDavid Lamparter
2022-04-02*: Fix spelling of IntefaceDonald Sharp
2022-03-27staticd: track nexthops per-SAFIDavid Lamparter
2022-03-27staticd: use inline prefix in NHT dataDavid Lamparter
2022-03-27staticd: use typesafe static_nht_hashDavid Lamparter
2022-03-27*: add SAFI argument to zclient_send_rnhDavid Lamparter
2022-03-12*: When matching against a nexthop send and process what it matched againstDonald Sharp
2022-02-28Merge pull request #10678 from donaldsharp/staticd_make_check_fixJafar Al-Gharaibeh
2022-02-28staticd: Fix `make check` failuresDonald Sharp
2022-02-28staticd: Don't register existing nexthop to zebraXiao Liang
2022-02-17staticd: reject route config with too many nexthopsMark Stapp
2022-02-17staticd: capture zebra's advertised ECMP limitMark Stapp
2022-02-17staticd: fix spelling in an error messageMark Stapp
2022-01-31staticd: small cleanupanlan_cs
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-11-23staticd: remove unnecessary function callIgor Ryzhov
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-17*: clean up ifp-by-local-address function(s)David Lamparter
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-10-26Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White
2021-10-25Merge pull request #9824 from idryzhov/nb-cli-const-lyd-nodeDonald Sharp
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-10-13lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov
2021-09-27*: Add resolve via default flagDonald Sharp
2021-08-31staticd: output config using NB callbacks instead of operational dataIgor Ryzhov
2021-08-31staticd: convert typedef to enumIgor Ryzhov
2021-08-27Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter
2021-08-26Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps
2021-08-26lib: remove unused argument from vrf_cmd_initIgor Ryzhov
2021-08-25*: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-08-18staticd: warn on attempted delete of non-existent routeWesley Coakley
2021-08-09staticd: replace NB checks with assertIgor Ryzhov
2021-08-05Merge pull request #9023 from idryzhov/static-nbDonald Sharp
2021-07-09staticd: fix late initialization of blackhole typeanlan_cs
2021-07-09staticd: simplify the northbound codeIgor Ryzhov
2021-07-01*: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis
2021-06-06tests: add grpc unit testChristian Hopps
2021-05-28Merge pull request #8740 from mjstapp/fix_static_retIgor Ryzhov
2021-05-27staticd: return SUCCESS when deleting non-existent routeMark Stapp
2021-05-25staticd: fix distance processingIgor Ryzhov
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-04-23*: make sure `config.h` or `zebra.h` is firstDavid Lamparter
2021-04-09*: remove *.conf.sample filesQuentin Young
2021-03-29*: modify VRF_CONFIGURED flag only in VRF NB layerIgor Ryzhov