summaryrefslogtreecommitdiffstats
path: root/lib/vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: log commands read from config fileChristian Hopps2023-05-041-9/+9
* lib: fix style warns and get rid of "!" for successChristian Hopps2023-04-241-10/+6
* mgmtd, lib: Cleanup zlog_err()Pushpasis Sarkar2023-04-121-52/+57
* mgmtd: lib: read transitioned daemons split config files in mgmtdChristian Hopps2023-04-021-1/+1
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-2/+2
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-18/+18
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-2/+2
* *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-16/+16
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-8/+8
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* lib: staticd: vtysh: apply frrbot style requirementsChristian Hopps2023-03-221-32/+26
* lib, mgmtd: Add few fixes for commit-check and rollbackPushpasis Sarkar2023-03-221-12/+8
* mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps2023-03-221-1/+497
* Merge pull request #12889 from LabNConsulting/chopps/fix-nb-context-argDonald Sharp2023-02-241-1/+1
|\
| * lib: fix init. use of nb_context to be by value not by referenceChristian Hopps2023-02-241-1/+1
* | Merge pull request #12751 from Pdoijode/pdoijode/ospf-vrf-neighbor-detail-1Donatas Abraitis2023-02-241-0/+7
|\ \ | |/ |/|
| * lib: Helper function to print empty JSONPooja Jagadeesh Doijode2023-02-071-0/+7
* | Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\ \
| * | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | | lib: Fix non-use of optionDonald Sharp2023-02-161-1/+1
|/ /
* | Merge pull request #12707 from donaldsharp/missed_enumsDonatas Abraitis2023-02-071-2/+7
|\ \ | |/ |/|
| * lib: Add missing enum's to switch statementDonald Sharp2023-01-311-2/+7
* | lib, bgpd: Add ability to specify that some json output should not be prettyDonald Sharp2023-02-021-1/+14
|/
* *: no-warn pragmas for non-const format stringsDavid Lamparter2023-01-271-0/+14
* lib: Do not log `echo PING` commands from watchfrrDonald Sharp2022-11-261-1/+2
* lib: Add PCRE2 supportDonatas Abraitis2022-11-071-2/+7
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* lib: Function `crypt` does not need to be declared mid functionDonald Sharp2022-06-161-1/+0
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-3/+3
* lib: Fix `terminal monitor` uninited memory usage on freebsdDonald Sharp2022-03-241-0/+1
* lib: Rename `enum event` to `enum vty_event`Donald Sharp2022-03-021-5/+5
* lib: implement `terminal monitor` for vtyshDavid Lamparter2022-02-281-30/+45
* lib: allow returning a file descriptor over vtyshDavid Lamparter2022-02-281-1/+95
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-30/+18
* Merge pull request #10084 from opensourcerouting/json-sugarDonatas Abraitis2021-11-181-0/+16
|\
| * lib: add vty_json() helperDavid Lamparter2021-11-171-0/+16
* | zebra: fix chdir judgment to avoid starting failed in a non-existent directorySolyn2021-11-161-1/+1
|/
* *: Rename quagga_timestamp with frr_timestampDonald Sharp2021-11-111-3/+3
* lib: keep vty listeners in a proper struct & listDavid Lamparter2021-11-061-49/+51
* lib: replace vtyvec/vtyshvec with listsDavid Lamparter2021-11-061-54/+44
* lib: remove unused vty_log() functionsDavid Lamparter2021-11-061-103/+0
* Merge pull request #9765 from idryzhov/lib-bool-thread-addMark Stapp2021-10-221-7/+9
|\
| * lib: change thread_add_* APIIgor Ryzhov2021-10-201-7/+9
* | lib: finish fixing spelling in lib filesewlumpkin2021-10-221-3/+3
|/
* *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+3
* lib: make cputime checks runtime options (v2)David Lamparter2021-06-241-27/+27
* lib: fix interface configuration after vrf changeIgor Ryzhov2021-06-181-2/+50
* northbound: KISS always batch yang config (file read), it's fasterChristian Hopps2021-06-021-2/+2