summaryrefslogtreecommitdiff
path: root/vtysh/vtysh.c
AgeCommit message (Expand)Author
2023-11-28lib,vtysh: fix show route map JSON outputRafael Zalamena
2023-11-20vtysh: clean vtysh_file_locked when exiting config nodeIgor Ryzhov
2023-10-11Revert "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
2022-11-21lib, vtysh: Allow watchfrr to receive start/end linesDonald Sharp
2022-10-06vtysh: fix bugged command definitionsDavid Lamparter
2022-07-20vtysh: Ignore `end` when parsing frr.confDonatas Abraitis
2022-07-18bgpd: Add constants for some repetitive CLI stringsDonatas Abraitis
2022-07-01lib, vtysh: Add `allow-reserved-ranges` global commandDonatas Abraitis
2022-06-14vtysh: Add autocomplete for VRFs when using with `router bgp`Donatas Abraitis
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-04-19vtysh: Call fflush+fsync before calling fclose() when saving the configDonatas Abraitis
2022-04-07vtysh: remove extraneous newlineDavid Lamparter
2022-04-02bgpd, vtysh: Fix spelliing of explicitelyDonald Sharp
2022-03-29Merge pull request #10719 from opensourcerouting/nb-show-fixesRuss White
2022-03-07lib, vtysh: report lost messages on live logDavid Lamparter
2022-03-07lib: add a few more bits to live log headerDavid Lamparter
2022-03-02lib,vtysh: show operational data with configRafael Zalamena
2022-03-01vtysh: fix coverity issues in live-log codeDavid Lamparter
2022-03-01Merge pull request #10640 from donaldsharp/thread_timersDavid Lamparter
2022-02-28vtysh: show live log messagesDavid Lamparter
2022-02-28vtysh: receive file descriptors from daemonsDavid Lamparter
2022-02-28lib, vtysh: Add `show thread timers` commandDonald Sharp
2022-02-28Merge pull request #10376 from patrasar/master_pimv6_vtyshDavid Lamparter
2022-02-25pim6d: Adding PIMV6 as VTYSH clientsarita patra
2022-02-14vtysh: Fix spelling mistakesDonald Sharp