summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: zebra.h uses pwd.h when it should notDonald Sharp2024-01-091-0/+1
* vtysh: Rename `show thread ...` to `show event ...`Donatas Abraitis2024-01-071-20/+23
* lib, vtysh: Remove inclusion of grp.h for everyoneDonald Sharp2024-01-041-0/+2
* zebra, lib, vtysh: Add CLI cmd to set/unset SRv6 encap source addressCarmine Scarpitta2023-12-141-0/+28
* lib,vtysh: fix show route map JSON outputRafael Zalamena2023-11-241-0/+59
* vtysh: clean vtysh_file_locked when exiting config nodeIgor Ryzhov2023-11-171-1/+6
* Revert "bgpd: add bgp link-state address-family configuration context"Donald Sharp2023-10-101-24/+1
* vtysh: fix entering configuration node in file-lock modeIgor Ryzhov2023-09-281-1/+13
* vty: fix configure terminal argument descriptionsIgor Ryzhov2023-09-271-2/+2
* bgpd: add bgp link-state address-family configuration contextLouis Scalbert2023-09-181-1/+24
* vtysh: Add CLI nodes for SRv6Carmine Scarpitta2023-09-111-0/+68
* vtysh: track and fix file-lock use in the workaround from 2004Christian Hopps2023-07-151-1/+6
* lib: mgmtd: only clear pending for the in-progress commandChristian Hopps2023-07-151-0/+1
* mgmtd: KISS the locking codeChristian Hopps2023-06-191-2/+3
* vtysh: stop reading config file if user `exit`s from root level.Christian Hopps2023-06-121-0/+7
* lib,vtysh,isisd,yang: algo cli/yang/callbacksHiroki Shirokura2023-04-181-0/+33
* vtysh: use fork() workflow for -f tooQuentin Young2023-03-281-1/+1
* vtysh: use daemon type and handle multi-instance typesMark Stapp2023-03-281-2/+0
* vtysh: fork() on bootQuentin Young2023-03-281-13/+6
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-5/+5
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* mgmtd: Bringup MGMTD daemon and datastore module supportChristian Hopps2023-03-221-0/+1
* Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-2/+6
|\
| * bgpd: add as-notation keyword to 'router bgp' vty commandPhilippe Guibert2023-02-101-2/+6
| * lib, bgp: add initial support for asdot formatPhilippe Guibert2023-02-101-1/+1
* | 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,yang,zebra: add affinity-map supportLouis Scalbert2023-02-091-0/+26
|/
* vtysh: Schedule shell access for deprecationDonald Sharp2023-02-011-0/+3
* *: no-warn pragmas for non-const format stringsDavid Lamparter2023-01-271-0/+14
* vtysh: add motd commandSergei Rozhkov2022-11-301-0/+7
* lib, vtysh: Allow watchfrr to receive start/end linesDonald Sharp2022-11-211-0/+27
* vtysh: fix bugged command definitionsDavid Lamparter2022-10-061-2/+2
* vtysh: Ignore `end` when parsing frr.confDonatas Abraitis2022-07-201-0/+15
* bgpd: Add constants for some repetitive CLI stringsDonatas Abraitis2022-07-181-26/+27
* lib, vtysh: Add `allow-reserved-ranges` global commandDonatas Abraitis2022-07-011-0/+17
* vtysh: Add autocomplete for VRFs when using with `router bgp`Donatas Abraitis2022-06-141-1/+1
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* vtysh: Call fflush+fsync before calling fclose() when saving the configDonatas Abraitis2022-04-191-0/+12
* vtysh: remove extraneous newlineDavid Lamparter2022-04-071-5/+5
* bgpd, vtysh: Fix spelliing of explicitelyDonald Sharp2022-04-021-1/+1
* Merge pull request #10719 from opensourcerouting/nb-show-fixesRuss White2022-03-291-0/+2
|\
| * lib,vtysh: show operational data with configRafael Zalamena2022-03-021-0/+2
* | lib, vtysh: report lost messages on live logDavid Lamparter2022-03-071-8/+18
* | lib: add a few more bits to live log headerDavid Lamparter2022-03-071-1/+1
|/
* vtysh: fix coverity issues in live-log codeDavid Lamparter2022-03-011-4/+6
* Merge pull request #10640 from donaldsharp/thread_timersDavid Lamparter2022-03-011-0/+11
|\
| * lib, vtysh: Add `show thread timers` commandDonald Sharp2022-02-281-0/+11
* | vtysh: show live log messagesDavid Lamparter2022-02-281-26/+325