summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * static: stop sending VRF commands to staticd from vtyshChristian Hopps2023-07-181-1/+1
* | vtysh: track and fix file-lock use in the workaround from 2004Christian Hopps2023-07-152-2/+9
* | lib: mgmtd: only clear pending for the in-progress commandChristian Hopps2023-07-151-0/+1
|/
* mgmtd: KISS the locking codeChristian Hopps2023-06-192-3/+4
* vtysh: stop reading config file if user `exit`s from root level.Christian Hopps2023-06-121-0/+7
* vtysh: Give actual pam error messagesDonald Sharp2023-05-261-6/+9
* vtysh: Fix typo in warning message for `-b -f ...`Donatas Abraitis2023-05-251-1/+1
* lib,vtysh,isisd,yang: algo cli/yang/callbacksHiroki Shirokura2023-04-181-0/+33
* vtysh: Exit with first received error code when forkingDonald Sharp2023-03-281-3/+13
* vtysh: use fork() workflow for -f tooQuentin Young2023-03-284-115/+108
* vtysh: use daemon type and handle multi-instance typesMark Stapp2023-03-283-8/+14
* vtysh, doc: add doc & help text for -t/--timestampQuentin Young2023-03-281-0/+1
* vtysh: fork() on bootQuentin Young2023-03-283-22/+117
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-242-3/+3
* *: Convert thread_master_XXX functions to event_master_XXXDonald Sharp2023-03-241-2/+2
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-242-3/+3
* *: Convert thread_fetch and thread_call to event_fetch and event_callDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-242-9/+9
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-242-5/+5
* lib: staticd: vtysh: apply frrbot style requirementsChristian Hopps2023-03-221-1/+1
* mgmtd: Bringup MGMTD daemon and datastore module supportChristian Hopps2023-03-222-2/+9
* Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-2/+6
|\
| * bgpd: add as-notation keyword to 'router bgp' vty commandPhilippe Guibert2023-02-101-2/+6
| * lib, bgp: add initial support for asdot formatPhilippe Guibert2023-02-101-1/+1
* | Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-177-114/+7
|\ \
| * | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-096-96/+6
| * | *: manual SPDX License ID conversionsDavid Lamparter2023-02-091-18/+1
| |/
* | isisd: add affinity-map supportLouis Scalbert2023-02-091-1/+1
* | lib,yang,zebra: add affinity-map supportLouis Scalbert2023-02-093-8/+39
|/
* vtysh: Schedule shell access for deprecationDonald Sharp2023-02-011-0/+3
* Merge pull request #12704 from donaldsharp/pim6_route_mapDonatas Abraitis2023-01-311-1/+1
|\
| * pimd: v6 intentionally turned off route-maps. Turn it on.Donald Sharp2023-01-301-1/+1