summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* vtysh: fix SA warning, no need to call getenv() twiceJafar Al-Gharaibeh2024-10-151-3/+2
* Merge pull request #16664 from mjstapp/igor_debug_simplifyJafar Al-Gharaibeh2024-08-291-13/+2
|\
| * lib: common debug config outputIgor Ryzhov2024-08-271-13/+2
* | lib: Memory spike reduction for sh cmds at scaleSrujana2024-08-272-0/+19
|/
* vtysh, lib: preprocess CLI graphsDavid Lamparter2024-07-312-3/+1
* vtysh: de-conditionalize and reorder install_nodeDavid Lamparter2024-07-312-109/+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-162-0/+94
|/
* 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-142-0/+106
* 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-212-1/+176
* 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
* vtysh: Include fnctl.h for vtysh_mainDonatas Abraitis2024-03-091-0/+1
* lib: add keychain northbound supportChristian Hopps2024-03-051-1/+1
* 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-072-31/+1
* | mgmtd, vtysh: fix possible conflict when reading the configIgor Ryzhov2024-02-071-1/+7
|/
* vtysh: un-hide the show configuration nb cliMark Stapp2024-01-301-1/+1
* zebra: convert to mgmtdIgor Ryzhov2024-01-282-10/+10
* lib: convert affinity-map to mgmtdIgor Ryzhov2024-01-281-1/+1
* zebra: convert interface link-params command to NBIgor Ryzhov2024-01-281-1/+9
* *: rename `frr_vtydir` to `frr_runstatedir`David Lamparter2024-01-271-2/+1
* ripngd: convert ripngd to mgmtdChristian Hopps2024-01-262-9/+9
* ripd: ripd convert to mgmtdChristian Hopps2024-01-261-3/+3
* lib: convert filters to mgmtdChristian Hopps2024-01-261-1/+11
* lib: convert route-map to mgmtdChristian Hopps2024-01-262-5/+14
* vtysh: fix VTYSH_VRF definitionIgor Ryzhov2024-01-221-1/+1
* Merge pull request #15052 from louis-6wind/rpki-vrf-92Donatas Abraitis2024-01-223-3/+29
|\
| * bgpd: add support of rpki in vrf configure contextPhilippe Guibert2024-01-183-3/+29
* | Merge pull request #15168 from mjstapp/daemon_logsDonatas Abraitis2024-01-193-12/+1
|\ \ | |/ |/|
| * lib,vtysh: add per-daemon log file configMark Stapp2024-01-173-12/+1
* | vtysh, mgmtd: send interface commands to mgmtdIgor Ryzhov2024-01-141-2/+2
|/
* lib: zebra.h is not using signal.hDonald Sharp2024-01-091-0/+1
* lib: zebra.h uses pwd.h when it should notDonald Sharp2024-01-091-0/+1
* *: remove sys/stat.h from zebra.hDonald 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
* lib: mgmtd: fix debug cli commands and memleaksChristian Hopps2023-11-111-0/+6
* Merge pull request #14563 from opensourcerouting/fix/cpuwarning_starvationDonald Sharp2023-10-111-2/+5
|\