summaryrefslogtreecommitdiffstats
path: root/staticd/static_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* staticd: warn on attempted delete of non-existent routeWesley Coakley2021-08-191-1/+2
* 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-251-6/+37
|/
* staticd: kill static_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* staticd: warn on attempted delete of non-existent routeWesley Coakley2021-03-021-1/+4
* staticd: Backend cofiguration code to fix table-id problemvdhingra2021-01-121-13/+6
* Merge pull request #7329 from idryzhov/fix-ip-route-tableStephen Worley2020-10-271-12/+0
|\
| * staticd: remove redundant checks from vtyIgor Ryzhov2020-10-221-12/+0
* | staticd: replace inet_ntoaMark Stapp2020-10-221-2/+1
|/
* Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-2/+2
|\
| * *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
| * *: move "debug ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* | Merge pull request #6882 from vishaldhingra/staticDonald Sharp2020-10-031-9/+7
|\ \ | |/ |/|
| * staticd : Added the warning log for route when VRF is not ready.vdhingra2020-09-011-9/+7
* | staticd: fix display of the "nexthop-vrf" parameter of static routesRenato Westphal2020-09-111-1/+2
* | staticd: remove checks that are no longer necessaryRenato Westphal2020-09-111-17/+3
|/
* staticd: fix warning when creating routes without SR-TE colorsRenato Westphal2020-08-201-2/+3
* staticd: add support for SR PoliciesSebastien Merle2020-08-121-21/+62
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-14/+14
* staticd: Added afi-safi as a key in route-listvdhingra2020-07-161-0/+4
* staticd : Configuration northbound implementationvdhingra2020-07-161-764/+399
* *: sprintf -> snprintfQuentin Young2020-04-211-2/+2
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+2
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-1/+5
* staticd: fix vty help textMark Stapp2020-03-231-4/+4
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-1/+1
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-19/+15
* staticd: add debug supportMark Stapp2020-01-091-4/+32
* staticd: remove unneeded newline from zlog callTrey Aspelund2019-11-201-1/+1
* staticd: Make blackhole keyword errors more straightforwardTrey Aspelund2019-11-141-2/+2
* staticd: exact match on magic interface namesQuentin Young2019-11-081-3/+3
* staticd: static route config should fail if gw configured as its local ip.rgirada2019-09-071-1/+17
* *: remove null check before XFREEQuentin Young2019-02-261-24/+12
* lib: remove the vrf_is_mapped_on_netns() functionRenato Westphal2019-01-201-12/+12
* staticd: fix static analysis warningsRenato Westphal2018-12-071-4/+4
* staticd: fix null0 routes (again)Quentin Young2018-11-221-20/+48
* staticd: finish missing onlink piecesQuentin Young2018-10-241-3/+9
* staticd: add ability to create onlink static routeQuentin Young2018-10-161-29/+41
* *: fix clang-6 SA warningsDavid Lamparter2018-09-081-2/+2
* staticd: Fix 'show debug static" commandDonald Sharp2018-09-071-0/+14
* staticd: remove usage of vrf_is_backend_netns in staticdPhilippe Guibert2018-08-221-12/+12
* staticd, zebra: Fix up code warningsDonald Sharp2018-07-291-1/+1
* staticd: Code review comments fixesDonald Sharp2018-07-291-9/+9
* staticd: Start the addition of a staticdDonald Sharp2018-07-291-0/+1414