summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #12687 from opensourcerouting/build-mkdir-pMark Stapp2023-01-311-1/+1
|\ \
| * | build: consistently mkdir -p output for redirectDavid Lamparter2023-01-241-1/+1
| |/
* / *: no-warn pragmas for non-const format stringsDavid Lamparter2023-01-271-0/+14
|/
* vtysh: fix build failure for certain caseanlan_cs2023-01-091-0/+1
* vtysh: Remove double retrieve of env VTYSH_HISTFILEDonald Sharp2022-12-211-4/+3
* Merge pull request #12410 from ghzserg/masterRuss White2022-12-061-0/+7
|\