summaryrefslogtreecommitdiffstats
path: root/lib/vty.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: Fix so that `--enable-pcreposix` actually compilesDonald Sharp2020-02-161-0/+4
* lib: optimize VTY_CHECK_XPATHRenato Westphal2019-10-121-1/+2
* lib: make "%Ld" work for int64_tDavid Lamparter2019-06-121-2/+2
* lib: use printfrr for log & vtyDavid Lamparter2019-06-031-2/+2
* lib: Add '--command-log-always` to all daemons startupDonald Sharp2019-05-311-1/+1
* lib: add API to allow northbound clients to lock/unlock the running configura...Renato Westphal2019-04-261-5/+0
* lib: reduce exported var symbolsQuentin Young2019-04-031-1/+0
* lib: add extern "C" {} blocks to all libfrr headersRenato Westphal2019-02-121-0/+8
* lib: copy xpaths when enqueing changesEmanuele Di Pascale2018-12-181-1/+1
* lib: add support for confirmed commitsRenato Westphal2018-12-071-0/+4
* Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp2018-12-011-6/+6
|\
| * *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-6/+6
* | lib, ripd: rework API for converted CLI commandsRenato Westphal2018-11-261-0/+12
|/
* lib: introduce new northbound APIRenato Westphal2018-10-271-1/+48
* lib, vtysh: Allow notification across multiple lines of failureDonald Sharp2018-10-111-1/+6
* lib: Add ability to know if we have read anything inDonald Sharp2018-06-191-1/+1
* lib: fix output mangling with | includeQuentin Young2018-06-061-0/+3
* vtysh: add | supportQuentin Young2018-06-061-0/+7
* lib: add cli preprocessor for `|` actionsQuentin Young2018-06-061-0/+8
* lib: Remove backwards compatiblity at 1 yearDonald Sharp2018-03-281-39/+0
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+2
* lib: add vty_frame() to get rid of unneeded configDavid Lamparter2017-08-291-0/+15
* lib: split off compiler magic into its own fileDavid Lamparter2017-08-241-15/+4
* Merge pull request #892 from opensourcerouting/watchfrr-simplifyDonald Sharp2017-08-091-1/+6
|\
| * lib: vty_stdio signal handlingDavid Lamparter2017-08-021-1/+6
* | ospfd: Fix MI-OSPF configuraton clisChirag Shah2017-08-041-0/+5
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-139/+150
* *: remove VTYNL, part 6 of 6David Lamparter2017-07-141-2/+2
* ospf6d: VNL -> VTYNLDavid Lamparter2017-07-141-1/+1
* *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-1/+1
* lib: move \n vs. \r\n handling into vty codeDavid Lamparter2017-07-131-6/+9
* lib: vty: warn when using compatibility macrosDavid Lamparter2017-07-131-7/+29
* vty: add some more defines for backwards compatibilityLou Berger2017-07-111-0/+4
* vty: add some defines for backwards compatibilityLou Berger2017-07-111-0/+5
* lib: printf bugfixes & improvementQuentin Young2017-06-301-7/+0
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-2/+2
* lib: add vty_outln()Quentin Young2017-06-291-0/+1
* *: remove VTY_GET_*Quentin Young2017-06-271-109/+0