summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vtysh: Add SRv6 static SIDs CLI to vtyshYuqing Zhao11 days1-5/+33
* lib,vtysh: Use backoff setsockopt option for freebsdDonald Sharp2024-12-041-3/+3
* vtysh: make clang-SA happy about reusing stdinDavid Lamparter2024-10-161-5/+4
* vtysh: remove duplicate nonblocking handlingDavid Lamparter2024-10-161-3/+0
* lib: Memory spike reduction for sh cmds at scaleSrujana2024-08-271-0/+17
* vtysh: de-conditionalize and reorder install_nodeDavid Lamparter2024-07-311-108/+74
* Merge pull request #16406 from opensourcerouting/fix/remove_deprecation_for_s...Jafar Al-Gharaibeh2024-07-191-3/+0
|\
| * lib, vtysh: Removed deprecated aliases for `show thread ...`Donatas Abraitis2024-07-171-3/+0
* | pimd, lib, vtysh: Added new 'router pim[6] [vrf NAME]' config nodeNathan Bahr2024-07-161-0/+89
|/
* vtysh: CLI to override default SID format configCarmine Scarpitta2024-06-131-0/+82
* lib, vtysh, topotests: fix 'show ip[v6] access-list ... json' formattingPiotr Suchy2024-05-141-0/+102
* lib,bgpd,vtysh: move bgp vty defines to libMark Stapp2024-04-241-1/+0
* vtysh, lib: fix 'show ip[v6] prefix-list ... json' formatting by moving it to...Piotr Suchy2024-04-211-1/+162
* vtysh: Fix `show route-map` command when calling via `do`Donatas Abraitis2024-04-191-1/+1
* vtysh: Check if bgpd is enabled before installing vtysh commands for RPKIDonatas Abraitis2024-04-161-0/+2
* Merge pull request #15288 from donaldsharp/shell_access_removalDonatas Abraitis2024-02-141-75/+0
|\
| * vtysh: Remove deprecated shell_access codeDonald Sharp2024-02-051-75/+0
* | lib, mgmtd: rework processing of yang notificationsIgor Ryzhov2024-02-111-1/+2
* | vtysh: remove resync workaround when exiting to config nodeIgor Ryzhov2024-02-071-29/+1
|/
* vtysh: un-hide the show configuration nb cliMark Stapp2024-01-301-1/+1
* zebra: convert to mgmtdIgor Ryzhov2024-01-281-6/+6
* zebra: convert interface link-params command to NBIgor Ryzhov2024-01-281-1/+9
* ripngd: convert ripngd to mgmtdChristian Hopps2024-01-261-3/+3
* ripd: ripd convert to mgmtdChristian Hopps2024-01-261-3/+3
* lib: convert route-map to mgmtdChristian Hopps2024-01-261-4/+4
* Merge pull request #15052 from louis-6wind/rpki-vrf-92Donatas Abraitis2024-01-221-1/+18
|\
| * bgpd: add support of rpki in vrf configure contextPhilippe Guibert2024-01-181-1/+18
* | lib,vtysh: add per-daemon log file configMark Stapp2024-01-171-1/+1
|/
* 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