| Commit message (Expand) | Author | Age | Files | Lines |
* | vtysh: Add SRv6 static SIDs CLI to vtysh | Yuqing Zhao | 11 days | 1 | -5/+33 |
* | lib,vtysh: Use backoff setsockopt option for freebsd | Donald Sharp | 2024-12-04 | 1 | -3/+3 |
* | vtysh: make clang-SA happy about reusing stdin | David Lamparter | 2024-10-16 | 1 | -5/+4 |
* | vtysh: remove duplicate nonblocking handling | David Lamparter | 2024-10-16 | 1 | -3/+0 |
* | lib: Memory spike reduction for sh cmds at scale | Srujana | 2024-08-27 | 1 | -0/+17 |
* | vtysh: de-conditionalize and reorder install_node | David Lamparter | 2024-07-31 | 1 | -108/+74 |
* | Merge pull request #16406 from opensourcerouting/fix/remove_deprecation_for_s... | Jafar Al-Gharaibeh | 2024-07-19 | 1 | -3/+0 |
|\ |
|
| * | lib, vtysh: Removed deprecated aliases for `show thread ...` | Donatas Abraitis | 2024-07-17 | 1 | -3/+0 |
* | | pimd, lib, vtysh: Added new 'router pim[6] [vrf NAME]' config node | Nathan Bahr | 2024-07-16 | 1 | -0/+89 |
|/ |
|
* | vtysh: CLI to override default SID format config | Carmine Scarpitta | 2024-06-13 | 1 | -0/+82 |
* | lib, vtysh, topotests: fix 'show ip[v6] access-list ... json' formatting | Piotr Suchy | 2024-05-14 | 1 | -0/+102 |
* | lib,bgpd,vtysh: move bgp vty defines to lib | Mark Stapp | 2024-04-24 | 1 | -1/+0 |
* | vtysh, lib: fix 'show ip[v6] prefix-list ... json' formatting by moving it to... | Piotr Suchy | 2024-04-21 | 1 | -1/+162 |
* | vtysh: Fix `show route-map` command when calling via `do` | Donatas Abraitis | 2024-04-19 | 1 | -1/+1 |
* | vtysh: Check if bgpd is enabled before installing vtysh commands for RPKI | Donatas Abraitis | 2024-04-16 | 1 | -0/+2 |
* | Merge pull request #15288 from donaldsharp/shell_access_removal | Donatas Abraitis | 2024-02-14 | 1 | -75/+0 |
|\ |
|
| * | vtysh: Remove deprecated shell_access code | Donald Sharp | 2024-02-05 | 1 | -75/+0 |
* | | lib, mgmtd: rework processing of yang notifications | Igor Ryzhov | 2024-02-11 | 1 | -1/+2 |
* | | vtysh: remove resync workaround when exiting to config node | Igor Ryzhov | 2024-02-07 | 1 | -29/+1 |
|/ |
|
* | vtysh: un-hide the show configuration nb cli | Mark Stapp | 2024-01-30 | 1 | -1/+1 |
* | zebra: convert to mgmtd | Igor Ryzhov | 2024-01-28 | 1 | -6/+6 |
* | zebra: convert interface link-params command to NB | Igor Ryzhov | 2024-01-28 | 1 | -1/+9 |
* | ripngd: convert ripngd to mgmtd | Christian Hopps | 2024-01-26 | 1 | -3/+3 |
* | ripd: ripd convert to mgmtd | Christian Hopps | 2024-01-26 | 1 | -3/+3 |
* | lib: convert route-map to mgmtd | Christian Hopps | 2024-01-26 | 1 | -4/+4 |
* | Merge pull request #15052 from louis-6wind/rpki-vrf-92 | Donatas Abraitis | 2024-01-22 | 1 | -1/+18 |
|\ |
|
| * | bgpd: add support of rpki in vrf configure context | Philippe Guibert | 2024-01-18 | 1 | -1/+18 |
* | | lib,vtysh: add per-daemon log file config | Mark Stapp | 2024-01-17 | 1 | -1/+1 |
|/ |
|
* | lib: zebra.h uses pwd.h when it should not | Donald Sharp | 2024-01-09 | 1 | -0/+1 |
* | vtysh: Rename `show thread ...` to `show event ...` | Donatas Abraitis | 2024-01-07 | 1 | -20/+23 |
* | lib, vtysh: Remove inclusion of grp.h for everyone | Donald Sharp | 2024-01-04 | 1 | -0/+2 |
* | zebra, lib, vtysh: Add CLI cmd to set/unset SRv6 encap source address | Carmine Scarpitta | 2023-12-14 | 1 | -0/+28 |
* | lib,vtysh: fix show route map JSON output | Rafael Zalamena | 2023-11-24 | 1 | -0/+59 |
* | vtysh: clean vtysh_file_locked when exiting config node | Igor Ryzhov | 2023-11-17 | 1 | -1/+6 |
* | Revert "bgpd: add bgp link-state address-family configuration context" | Donald Sharp | 2023-10-10 | 1 | -24/+1 |
* | vtysh: fix entering configuration node in file-lock mode | Igor Ryzhov | 2023-09-28 | 1 | -1/+13 |
* | vty: fix configure terminal argument descriptions | Igor Ryzhov | 2023-09-27 | 1 | -2/+2 |
* | bgpd: add bgp link-state address-family configuration context | Louis Scalbert | 2023-09-18 | 1 | -1/+24 |
* | vtysh: Add CLI nodes for SRv6 | Carmine Scarpitta | 2023-09-11 | 1 | -0/+68 |
* | vtysh: track and fix file-lock use in the workaround from 2004 | Christian Hopps | 2023-07-15 | 1 | -1/+6 |
* | lib: mgmtd: only clear pending for the in-progress command | Christian Hopps | 2023-07-15 | 1 | -0/+1 |
* | mgmtd: KISS the locking code | Christian Hopps | 2023-06-19 | 1 | -2/+3 |
* | vtysh: stop reading config file if user `exit`s from root level. | Christian Hopps | 2023-06-12 | 1 | -0/+7 |
* | lib,vtysh,isisd,yang: algo cli/yang/callbacks | Hiroki Shirokura | 2023-04-18 | 1 | -0/+33 |
* | vtysh: use fork() workflow for -f too | Quentin Young | 2023-03-28 | 1 | -1/+1 |
* | vtysh: use daemon type and handle multi-instance types | Mark Stapp | 2023-03-28 | 1 | -2/+0 |
* | vtysh: fork() on boot | Quentin Young | 2023-03-28 | 1 | -13/+6 |
* | *: Convert THREAD_XXX macros to EVENT_XXX macros | Donald Sharp | 2023-03-24 | 1 | -3/+3 |
* | *: Convert thread_add_XXX functions to event_add_XXX | Donald Sharp | 2023-03-24 | 1 | -5/+5 |
* | *: Rename `struct thread` to `struct event` | Donald Sharp | 2023-03-24 | 1 | -2/+2 |