summaryrefslogtreecommitdiffstats
path: root/lib/vty.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add native RPC processing to mgmt frontend clientIgor Ryzhov2024-04-221-0/+2
* lib: rework northbound RPC callbackIgor Ryzhov2024-04-221-0/+4
* mgmtd: add support for native 'edit' operationIgor Ryzhov2024-03-261-0/+4
* vtysh: remove resync workaround when exiting to config nodeIgor Ryzhov2024-02-071-4/+0
* mgmtd: add ability to choose datastore to get data fromIgor Ryzhov2024-01-311-3/+3
* mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov2024-01-311-1/+2
* lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov2024-01-151-1/+1
* lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov2024-01-141-1/+1
* lib: step 1: mgmtd: add FE get-tree functionalityChristian Hopps2023-12-281-1/+4
* lib, mgmtd: respect base xpath in mgmtdIgor Ryzhov2023-11-121-1/+2
* Merge pull request #13576 from chiragshah6/mdev1Donatas Abraitis2023-10-301-1/+1
|\
| * *: modify empty json helper functionChirag Shah2023-10-291-1/+1
* | vtysh: track and fix file-lock use in the workaround from 2004Christian Hopps2023-07-151-0/+4
* | mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps2023-06-281-5/+3
* | mgmtd: KISS the locking codeChristian Hopps2023-06-191-1/+1
* | lib: mgmtd: use short-circuit for lockingChristian Hopps2023-06-181-1/+2
* | Merge pull request #13766 from LabNConsulting/chopps/mgmtd-cleanupIgor Ryzhov2023-06-131-7/+2
|\ \
| * | lib: mgmtd: simplify implicit commit codeChristian Hopps2023-06-121-7/+2
* | | lib: mgmtd: improvements in logging and commentaryChristian Hopps2023-06-131-1/+1
|/ /
* | lib: mgmtd: add manual vty server start option and use itChristian Hopps2023-05-301-1/+2
* | lib: mgmtd: fixes for startup config file processingChristian Hopps2023-05-301-1/+4
* | mgmtd: fix reading of config file[s]Christian Hopps2023-05-301-5/+18
* | lib: dont be tricky with session_id just make it a session_idChristian Hopps2023-05-281-2/+2
|/
* lib: log commands read from config fileChristian Hopps2023-05-041-0/+1
* mgmtd: lib: read transitioned daemons split config files in mgmtdChristian Hopps2023-04-021-0/+1
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-4/+4
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* lib: staticd: vtysh: apply frrbot style requirementsChristian Hopps2023-03-221-6/+6
* lib, mgmtd: Add few fixes for commit-check and rollbackPushpasis Sarkar2023-03-221-0/+18
* mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps2023-03-221-1/+23
* Merge pull request #12751 from Pdoijode/pdoijode/ospf-vrf-neighbor-detail-1Donatas Abraitis2023-02-241-1/+1
|\
| * lib: Helper function to print empty JSONPooja Jagadeesh Doijode2023-02-071-1/+1
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
|/
* lib, bgpd: Add ability to specify that some json output should not be prettyDonald Sharp2023-02-021-0/+4
* lib: Add PCRE2 supportDonatas Abraitis2022-11-071-2/+7
* lib, zebra, pimd: clean up/fix VRF DECLVAR macrosDavid Lamparter2022-04-281-0/+9
* lib: implement `terminal monitor` for vtyshDavid Lamparter2022-02-281-3/+4
* lib: allow returning a file descriptor over vtyshDavid Lamparter2022-02-281-1/+18
* lib: add vty_json() helperDavid Lamparter2021-11-171-0/+6
* lib: fix style misalignmentDavid Lamparter2021-11-171-1/+1
* lib: replace vtyvec/vtyshvec with listsDavid Lamparter2021-11-061-0/+4
* lib: remove unused vty_log() functionsDavid Lamparter2021-11-061-6/+0
* lib: fix interface configuration after vrf changeIgor Ryzhov2021-06-181-0/+1
* northbound: KISS always batch yang config (file read), it's fasterChristian Hopps2021-06-021-3/+2
* lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal2020-08-031-0/+8
* lib: raise VTY_MAXCFGCHANGES to accommodate more complex commandsRenato Westphal2020-05-291-1/+1
* *: add ->node_exit to struct cmd_nodeDavid Lamparter2020-04-161-0/+1