summaryrefslogtreecommitdiff
path: root/vtysh/vtysh.c
AgeCommit message (Expand)Author
2024-05-14lib, vtysh, topotests: fix 'show ip[v6] access-list ... json' formattingPiotr Suchy
2024-04-24lib,bgpd,vtysh: move bgp vty defines to libMark Stapp
2024-04-21vtysh, lib: fix 'show ip[v6] prefix-list ... json' formatting by moving it to...Piotr Suchy
2024-04-19vtysh: Fix `show route-map` command when calling via `do`Donatas Abraitis
2024-04-16vtysh: Check if bgpd is enabled before installing vtysh commands for RPKIDonatas Abraitis
2024-02-14Merge pull request #15288 from donaldsharp/shell_access_removalDonatas Abraitis
2024-02-11lib, mgmtd: rework processing of yang notificationsIgor Ryzhov
2024-02-07vtysh: remove resync workaround when exiting to config nodeIgor Ryzhov
2024-02-05vtysh: Remove deprecated shell_access codeDonald Sharp
2024-01-30vtysh: un-hide the show configuration nb cliMark Stapp
2024-01-28zebra: convert to mgmtdIgor Ryzhov
2024-01-28zebra: convert interface link-params command to NBIgor Ryzhov
2024-01-26ripngd: convert ripngd to mgmtdChristian Hopps
2024-01-26ripd: ripd convert to mgmtdChristian Hopps
2024-01-26lib: convert route-map to mgmtdChristian Hopps
2024-01-22Merge pull request #15052 from louis-6wind/rpki-vrf-92Donatas Abraitis
2024-01-18bgpd: add support of rpki in vrf configure contextPhilippe Guibert
2024-01-17lib,vtysh: add per-daemon log file configMark Stapp
2024-01-09lib: zebra.h uses pwd.h when it should notDonald Sharp
2024-01-07vtysh: Rename `show thread ...` to `show event ...`Donatas Abraitis
2024-01-04lib, vtysh: Remove inclusion of grp.h for everyoneDonald Sharp
2023-12-14zebra, lib, vtysh: Add CLI cmd to set/unset SRv6 encap source addressCarmine Scarpitta
2023-11-24lib,vtysh: fix show route map JSON outputRafael Zalamena
2023-11-17vtysh: clean vtysh_file_locked when exiting config nodeIgor Ryzhov
2023-10-10Revert "bgpd: add bgp link-state address-family configuration context"Donald Sharp
2023-09-28vtysh: fix entering configuration node in file-lock modeIgor Ryzhov
2023-09-27vty: fix configure terminal argument descriptionsIgor Ryzhov
2023-09-18bgpd: add bgp link-state address-family configuration contextLouis Scalbert
2023-09-11vtysh: Add CLI nodes for SRv6Carmine Scarpitta
2023-07-14vtysh: track and fix file-lock use in the workaround from 2004Christian Hopps
2023-07-14lib: mgmtd: only clear pending for the in-progress commandChristian Hopps
2023-06-19mgmtd: KISS the locking codeChristian Hopps
2023-06-12vtysh: stop reading config file if user `exit`s from root level.Christian Hopps
2023-04-18lib,vtysh,isisd,yang: algo cli/yang/callbacksHiroki Shirokura
2023-03-28vtysh: use fork() workflow for -f tooQuentin Young
2023-03-28vtysh: use daemon type and handle multi-instance typesMark Stapp
2023-03-28vtysh: fork() on bootQuentin Young
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-21mgmtd: Bringup MGMTD daemon and datastore module supportChristian Hopps
2023-02-21Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-10bgpd: add as-notation keyword to 'router bgp' vty commandPhilippe Guibert
2023-02-10lib, bgp: add initial support for asdot formatPhilippe Guibert
2023-02-09lib,yang,zebra: add affinity-map supportLouis Scalbert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-01vtysh: Schedule shell access for deprecationDonald Sharp
2023-01-27*: no-warn pragmas for non-const format stringsDavid Lamparter
2022-11-30vtysh: add motd commandSergei Rozhkov