summaryrefslogtreecommitdiff
path: root/lib/vty.h
AgeCommit message (Expand)Author
2023-07-14vtysh: track and fix file-lock use in the workaround from 2004Christian Hopps
2023-06-27mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps
2023-06-19mgmtd: KISS the locking codeChristian Hopps
2023-06-18lib: mgmtd: use short-circuit for lockingChristian Hopps
2023-06-13Merge pull request #13766 from LabNConsulting/chopps/mgmtd-cleanupIgor Ryzhov
2023-06-13lib: mgmtd: improvements in logging and commentaryChristian Hopps
2023-06-12lib: mgmtd: simplify implicit commit codeChristian Hopps
2023-05-30lib: mgmtd: add manual vty server start option and use itChristian Hopps
2023-05-30lib: mgmtd: fixes for startup config file processingChristian Hopps
2023-05-30mgmtd: fix reading of config file[s]Christian Hopps
2023-05-28lib: dont be tricky with session_id just make it a session_idChristian Hopps
2023-05-04lib: log commands read from config fileChristian Hopps
2023-04-01mgmtd: lib: read transitioned daemons split config files in mgmtdChristian Hopps
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-22lib: staticd: vtysh: apply frrbot style requirementsChristian Hopps
2023-03-22lib, mgmtd: Add few fixes for commit-check and rollbackPushpasis Sarkar
2023-03-21mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps
2023-02-24Merge pull request #12751 from Pdoijode/pdoijode/ospf-vrf-neighbor-detail-1Donatas Abraitis
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-07lib: Helper function to print empty JSONPooja Jagadeesh Doijode
2023-02-02lib, bgpd: Add ability to specify that some json output should not be prettyDonald Sharp
2022-11-07lib: Add PCRE2 supportDonatas Abraitis
2022-04-28lib, zebra, pimd: clean up/fix VRF DECLVAR macrosDavid Lamparter
2022-02-28lib: implement `terminal monitor` for vtyshDavid Lamparter
2022-02-28lib: allow returning a file descriptor over vtyshDavid Lamparter
2021-11-17lib: add vty_json() helperDavid Lamparter
2021-11-17lib: fix style misalignmentDavid Lamparter
2021-11-06lib: replace vtyvec/vtyshvec with listsDavid Lamparter
2021-11-06lib: remove unused vty_log() functionsDavid Lamparter
2021-06-18lib: fix interface configuration after vrf changeIgor Ryzhov
2021-06-02northbound: KISS always batch yang config (file read), it's fasterChristian Hopps
2020-08-03lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal
2020-05-28lib: raise VTY_MAXCFGCHANGES to accommodate more complex commandsRenato Westphal
2020-04-16*: add ->node_exit to struct cmd_nodeDavid Lamparter
2020-02-16lib: Fix so that `--enable-pcreposix` actually compilesDonald Sharp
2019-10-11lib: optimize VTY_CHECK_XPATHRenato Westphal
2019-06-12lib: make "%Ld" work for int64_tDavid Lamparter
2019-06-03lib: use printfrr for log & vtyDavid Lamparter
2019-05-31lib: Add '--command-log-always` to all daemons startupDonald Sharp
2019-04-26lib: add API to allow northbound clients to lock/unlock the running configura...Renato Westphal
2019-04-03lib: reduce exported var symbolsQuentin Young
2019-02-11lib: add extern "C" {} blocks to all libfrr headersRenato Westphal
2018-12-18lib: copy xpaths when enqueing changesEmanuele Di Pascale
2018-12-07lib: add support for confirmed commitsRenato Westphal
2018-11-30Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp
2018-11-26*: remove the configuration lock from all daemonsRenato Westphal