summaryrefslogtreecommitdiffstats
path: root/lib/vty.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\