summaryrefslogtreecommitdiff
path: root/lib/vty.h
AgeCommit message (Expand)Author
2023-02-06lib, bgpd: Add ability to specify that some json output should not be prettyDonald Sharp
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
2018-11-26lib, ripd: rework API for converted CLI commandsRenato Westphal
2018-10-27lib: introduce new northbound APIRenato Westphal
2018-10-11lib, vtysh: Allow notification across multiple lines of failureDonald Sharp
2018-06-19lib: Add ability to know if we have read anything inDonald Sharp
2018-06-06lib: fix output mangling with | includeQuentin Young
2018-06-06vtysh: add | supportQuentin Young
2018-06-06lib: add cli preprocessor for `|` actionsQuentin Young
2018-03-28lib: Remove backwards compatiblity at 1 yearDonald Sharp
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-08-29lib: add vty_frame() to get rid of unneeded configDavid Lamparter
2017-08-24lib: split off compiler magic into its own fileDavid Lamparter
2017-08-09Merge pull request #892 from opensourcerouting/watchfrr-simplifyDonald Sharp
2017-08-04ospfd: Fix MI-OSPF configuraton clisChirag Shah
2017-08-02lib: vty_stdio signal handlingDavid Lamparter
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14*: remove VTYNL, part 6 of 6David Lamparter
2017-07-14ospf6d: VNL -> VTYNLDavid Lamparter
2017-07-14*: ditch vty_outln(), part 2 of 2David Lamparter
2017-07-13lib: move \n vs. \r\n handling into vty codeDavid Lamparter
2017-07-13lib: vty: warn when using compatibility macrosDavid Lamparter
2017-07-11vty: add some more defines for backwards compatibilityLou Berger
2017-07-11vty: add some defines for backwards compatibilityLou Berger
2017-06-30lib: printf bugfixes & improvementQuentin Young
2017-06-29*: s/VTY_NEWLINE/VTYNL/gQuentin Young
2017-06-29lib: add vty_outln()Quentin Young