index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
command.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Help text correction
Donald Sharp
2024-09-24
1
-1
/
+1
*
lib: common debug status output
Igor Ryzhov
2024-08-27
1
-2
/
+2
*
lib, zebra: fix exit commands
Igor Ryzhov
2024-04-16
1
-1
/
+1
*
lib: add automatic xpath-based completion
Christian Hopps
2024-03-03
1
-2
/
+20
*
build: homologize path handling
David Lamparter
2024-01-27
1
-0
/
+2
*
lib: create `frr_daemon_state_{load,save}`
David Lamparter
2024-01-27
1
-0
/
+4
*
*: zebra.h should not have fcntl.h
Donald Sharp
2024-01-09
1
-0
/
+2
*
*: remove sys/stat.h from zebra.h
Donald Sharp
2024-01-09
1
-0
/
+1
*
lib: sys/utsname.h is not needed in zebra.h
Donald Sharp
2024-01-04
1
-0
/
+1
*
Merge pull request #14498 from idryzhov/fix-conf-t-file-lock
Donatas Abraitis
2023-09-28
1
-2
/
+2
|
\
|
*
vty: fix configure terminal argument descriptions
Igor Ryzhov
2023-09-27
1
-2
/
+2
*
|
lib: Drop deprecated enable-time-check, enable-cpu-time compile options
Donatas Abraitis
2023-09-24
1
-17
/
+2
|
/
*
vtysh: remove unused cmd_filter_type
Igor Ryzhov
2023-08-04
1
-10
/
+6
*
mgmtd: KISS the locking code
Christian Hopps
2023-06-19
1
-2
/
+3
*
lib: fix vtysh core when handling questionmark
Yuan Yuan
2023-05-31
1
-2
/
+6
*
mgmtd: fix reading of config file[s]
Christian Hopps
2023-05-30
1
-0
/
+1
*
lib: log commands read from config file
Christian Hopps
2023-05-04
1
-0
/
+8
*
mgmtd: fully implement debug flags for mgmtd and clients
Christian Hopps
2023-05-01
1
-0
/
+4
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-3
/
+1
*
Merge pull request #12248 from pguibert6WIND/bgpasdot
Russ White
2023-02-21
1
-0
/
+1
|
\
|
*
lib, bgp: add initial support for asdot format
Philippe Guibert
2023-02-10
1
-0
/
+1
*
|
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-16
/
+1
|
\
\
|
*
|
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
|
|
/
*
/
bgpd: Add BGP Software Version Capability
Donatas Abraitis
2023-02-15
1
-0
/
+5
|
/
*
lib: Add missing enum's to switch statement
Donald Sharp
2023-01-31
1
-1
/
+2
*
lib: fix display cputime-warning and walltime-warning
Dmitrii Turlupov
2022-12-28
1
-2
/
+2
*
Merge pull request #12066 from opensourcerouting/cleanup-cli-xref
Donald Sharp
2022-10-13
1
-12
/
+8
|
\
|
*
lib: make cmd_element->attr a bitmask & clarify
David Lamparter
2022-10-06
1
-12
/
+8
*
|
*: Create and use infrastructure to show debugs in lib
Donald Sharp
2022-10-07
1
-0
/
+6
|
/
*
lib, vtysh: Add `allow-reserved-ranges` global command
Donatas Abraitis
2022-07-01
1
-0
/
+26
*
lib: Function `crypt` does not need to be declared mid function
Donald Sharp
2022-06-16
1
-1
/
+0
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-1
/
+1
*
lib: Ensure an empty string does not get printed for host/domain
Donald Sharp
2022-04-21
1
-4
/
+8
*
*: Add necessary new line for output of vty_out()
anlan_cs
2022-02-27
1
-2
/
+2
*
lib: Add more information to `show version`
Donald Sharp
2022-02-04
1
-2
/
+25
*
lib: rework vty_check_node_for_xpath_decrement
David Lamparter
2021-11-16
1
-32
/
+9
*
vtysh: defer CLI tree building
David Lamparter
2021-10-18
1
-14
/
+61
*
Merge pull request #9497 from opensourcerouting/cli-better-no
Quentin Young
2021-09-09
1
-0
/
+1
|
\
|
*
lib: add `![...]` syntax for easy "no" forms
David Lamparter
2021-08-26
1
-0
/
+1
*
|
lib: make node_parent more generic
Igor Ryzhov
2021-08-26
1
-86
/
+3
|
/
*
Merge pull request #8982 from dlqs/lua-func-stack
Quentin Young
2021-08-02
1
-15
/
+17
|
\
|
*
lib: Add function name to script command
Donald Lee
2021-07-23
1
-6
/
+5
|
*
lib: Remove warning about script not found
Donald Lee
2021-07-18
1
-5
/
+4
|
*
lib: Rename frrscript_unload to delete
Donald Lee
2021-07-18
1
-1
/
+1
|
*
test: Use frrscript_unload
Donald Lee
2021-07-18
1
-0
/
+2
|
*
lib: Update Script command example to call function
Donald Lee
2021-07-18
1
-7
/
+9
*
|
lib, zebra: fix exit from link-params node
Igor Ryzhov
2021-07-21
1
-0
/
+3
|
/
[next]