summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * lib: Suppress HOB/STARVATION warnings when running in vtyshDonatas Abraitis2023-10-111-2/+5
* | 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
* Merge pull request #12649 from louis-6wind/bgp-link-stateRuss White2023-09-261-1/+24
|\
| * bgpd: add bgp link-state address-family configuration contextLouis Scalbert2023-09-181-1/+24
* | Merge pull request #14398 from m-varasteh/ospfd-rfc5709Russ White2023-09-191-1/+1
|\ \ | |/ |/|
| * [ospfd]: add support for RFC 5709 HMAC-SHA AuthMahdi Varasteh2023-09-161-1/+1
* | Merge pull request #13724 from cscarpitta/feature/isisd-srv6-supportRuss White2023-09-121-0/+68
|\ \ | |/ |/|
| * vtysh: Add CLI nodes for SRv6Carmine Scarpitta2023-09-111-0/+68
* | vtysh: Print uniq lines when parsing `no service ...`Donatas Abraitis2023-08-111-8/+4
* | vtysh: fix checking empty interface nodeIgor Ryzhov2023-08-041-3/+1
|/
* Merge pull request #14048 from LabNConsulting/chopps/staticd-stop-parsingDonald Sharp2023-07-191-1/+1
|\