summaryrefslogtreecommitdiff
path: root/staticd/static_vty.c
AgeCommit message (Expand)Author
2022-01-31staticd: small cleanupanlan_cs
2021-10-13lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov
2021-08-31staticd: output config using NB callbacks instead of operational dataIgor Ryzhov
2021-08-31staticd: convert typedef to enumIgor Ryzhov
2021-08-18staticd: warn on attempted delete of non-existent routeWesley Coakley
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-03-22staticd: kill static_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-02staticd: warn on attempted delete of non-existent routeWesley Coakley
2021-01-12staticd: Backend cofiguration code to fix table-id problemvdhingra
2020-10-27Merge pull request #7329 from idryzhov/fix-ip-route-tableStephen Worley
2020-10-22staticd: replace inet_ntoaMark Stapp
2020-10-22staticd: remove redundant checks from vtyIgor Ryzhov
2020-10-09Merge pull request #7222 from idryzhov/fix-debugRenato Westphal
2020-10-02Merge pull request #6882 from vishaldhingra/staticDonald Sharp
2020-10-02*: move "show debugging ..." commands to enable nodeIgor Ryzhov
2020-10-02*: move "debug ..." commands to enable nodeIgor Ryzhov
2020-09-11staticd: fix display of the "nexthop-vrf" parameter of static routesRenato Westphal
2020-09-11staticd: remove checks that are no longer necessaryRenato Westphal
2020-08-31staticd : Added the warning log for route when VRF is not ready.vdhingra
2020-08-19staticd: fix warning when creating routes without SR-TE colorsRenato Westphal
2020-08-12staticd: add support for SR PoliciesSebastien Merle
2020-08-03*: introduce DEFPY_YANG & friendsRenato Westphal
2020-07-16staticd: Added afi-safi as a key in route-listvdhingra
2020-07-16staticd : Configuration northbound implementationvdhingra
2020-04-20*: sprintf -> snprintfQuentin Young
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter
2020-04-16*: clean up cmd_node initializersDavid Lamparter
2020-03-23staticd: fix vty help textMark Stapp
2020-03-06*: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-01-09staticd: add debug supportMark Stapp
2019-11-20staticd: remove unneeded newline from zlog callTrey Aspelund
2019-11-14staticd: Make blackhole keyword errors more straightforwardTrey Aspelund
2019-11-08staticd: exact match on magic interface namesQuentin Young
2019-09-07staticd: static route config should fail if gw configured as its local ip.rgirada
2019-02-25*: remove null check before XFREEQuentin Young
2019-01-19lib: remove the vrf_is_mapped_on_netns() functionRenato Westphal
2018-12-07staticd: fix static analysis warningsRenato Westphal
2018-11-22staticd: fix null0 routes (again)Quentin Young
2018-10-24staticd: finish missing onlink piecesQuentin Young
2018-10-16staticd: add ability to create onlink static routeQuentin Young
2018-09-08*: fix clang-6 SA warningsDavid Lamparter
2018-09-07staticd: Fix 'show debug static" commandDonald Sharp
2018-08-22staticd: remove usage of vrf_is_backend_netns in staticdPhilippe Guibert
2018-07-29staticd, zebra: Fix up code warningsDonald Sharp
2018-07-29staticd: Code review comments fixesDonald Sharp