summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * vtysh: add motd commandSergei Rozhkov2022-11-301-0/+7
* | Merge pull request #12443 from donaldsharp/vtysh_mem_leak_2Donatas Abraitis2022-12-061-0/+2
|\ \
| * | vtysh: free memory given to us by readlineDonald Sharp2022-12-051-0/+2
| |/
* / vtysh: Cleanup memory leakDonald Sharp2022-12-051-1/+5
|/
* lib, vtysh: Allow watchfrr to receive start/end linesDonald Sharp2022-11-211-0/+27
* lib, vtysh: Add ability to specify resilient nhgsDonald Sharp2022-11-041-5/+17
* vtysh: Allow `service ...` lines to not repeatDonald Sharp2022-11-031-2/+2
* Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp2022-11-033-304/+3
|\
| * build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-263-304/+3
* | vtysh: Ensure an empty string does not get printed for host/domainNico Berlee2022-10-251-5/+8
|/
* vtysh: fix bugged command definitionsDavid Lamparter2022-10-061-2/+2
* vtysh: Show allow-reserved-ranges once in configDonatas Abraitis2022-09-271-0/+2
* vtysh: Properly handle `service cputime-warning XX` in configDonald Sharp2022-09-271-1/+3
* vtysh: Properly handle `[no] service cputime-stats` in configDonald Sharp2022-09-271-1/+5
* bgpd: add 'mpls bgp forwarding' to ease mpls vpn ebgp peeringPhilippe Guibert2022-09-051-2/+7
* vtysh: Handle SIGTSTP (C-z) without exiting the vty shellDonatas Abraitis2022-08-101-47/+35