summaryrefslogtreecommitdiffstats
path: root/lib/vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-4/+4
* lib: simplify detection of when the user is leaving the CLI config modeRenato Westphal2019-01-191-84/+5
* lib: reset the vty xpath index when entering the config modeRenato Westphal2019-01-191-2/+1
* lib: add support for confirmed commitsRenato Westphal2018-12-071-0/+8
* *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-28/+26
* lib/vty: Fix warning about shadowed variableChristian Franke2018-11-231-2/+0
* lib: introduce new northbound APIRenato Westphal2018-10-271-10/+71
* lib, vtysh: Allow notification across multiple lines of failureDonald Sharp2018-10-111-8/+20
* *: style for EC replacementsQuentin Young2018-09-131-7/+6
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-25/+25
* Merge remote-tracking branch 'frr/master' into warningsDavid Lamparter2018-09-121-0/+2
|\
| * fabricd: add new daemon as build of isisdChristian Franke2018-09-051-0/+2
* | lib: Convert vty.c to use new error-code subsystemDonald Sharp2018-09-061-21/+34
|/
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-22/+21
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-12/+12
* lib: Add LIB_ERR_DEVELOPMENTDonald Sharp2018-08-141-3/+3
* lib: Add LIB_ERR_VTYDonald Sharp2018-08-141-6/+10
* lib: Add LIB_ERR_SYSTEM_CALL and convert VRF_SOCKET to SOCKETDonald Sharp2018-08-141-17/+25
* lib: When logging commands do not use zlog_errDonald Sharp2018-08-141-1/+1
* Merge branch 'master' into bfd-finalDonald Sharp2018-08-141-2/+2
|\
| * lib: fix "-t" command line optionDavid Lamparter2018-08-081-2/+2
* | bfdd: add vty shell commandsRafael Zalamena2018-08-081-0/+4
|/
* bgpd lib ospfd pimd ripngd: null chk (PVS-Studio)F. Aragon2018-07-031-7/+9
* lib: Add ability to know if we have read anything inDonald Sharp2018-06-191-2/+8
* lib: null dereference (Coverity 1469895)paco2018-06-111-3/+5
* lib: fix output mangling with | includeQuentin Young2018-06-061-25/+59
* lib: initialize vty->ofQuentin Young2018-06-061-0/+2
* lib: add vector_compact(), use after str splitsQuentin Young2018-06-061-0/+1
* lib: fix static analysis issues, use regfree()Quentin Young2018-06-061-3/+21
* *: style for | supportQuentin Young2018-06-061-0/+1
* vtysh: add | supportQuentin Young2018-06-061-70/+75
* lib: add cli preprocessor for `|` actionsQuentin Young2018-06-061-11/+51
* pbrd: Add PBR to FRRDonald Sharp2018-04-061-0/+2
* lib: remove MASC_NODEQuentin Young2018-03-301-2/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-5/+5
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-14/+17
* lib, pimd: Remove PIM_NODE as it is not neededDonald Sharp2018-01-301-2/+0
* lib: Fix non-integrated config error displayDonald Sharp2017-10-261-0/+15
* *: fix styleQuentin Young2017-08-301-4/+2
* Merge pull request #1056 from opensourcerouting/oldbits-0Donald Sharp2017-08-291-0/+24
|\
| * lib: add vty_frame() to get rid of unneeded configDavid Lamparter2017-08-291-0/+24
* | lib: new APIs for get/set system hostname/domainnameMitesh Kanjariya2017-08-291-1/+1
* | lib/bgpd: provide/use API to get hostname/domainnameMitesh Kanjariya2017-08-251-9/+2
|/
* Merge pull request #892 from opensourcerouting/watchfrr-simplifyDonald Sharp2017-08-091-53/+87
|\
| * lib: replace stderr with zlog in vty config loadDavid Lamparter2017-08-021-28/+20
| * lib: vty_stdio signal handlingDavid Lamparter2017-08-021-25/+67
* | zebra: add support for static pseudowiresRenato Westphal2017-08-091-0/+2
* | lib: vty: fix config-write fd leakDavid Lamparter2017-08-041-13/+20
|/
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-3/+1
* *: reindent pt. 2whitespace / reindent2017-07-171-1/+3