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
*
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
|
/
*
Merge pull request #8888 from dlqs/lua-call
Quentin Young
2021-07-05
1
-2
/
+4
|
\
|
*
lib: Update script SCRIPT command
Donald Lee
2021-06-21
1
-2
/
+4
*
|
Merge pull request #8911 from donaldsharp/command_node
Donatas Abraitis
2021-06-29
1
-2
/
+7
|
\
\
|
*
|
lib: Add some hash name differentiation for Command Hash's
Donald Sharp
2021-06-24
1
-2
/
+7
|
|
/
*
/
lib: make cputime checks runtime options (v2)
David Lamparter
2021-06-24
1
-0
/
+30
|
/
*
Merge pull request #8593 from idryzhov/cmd-ambiguous
Quentin Young
2021-06-08
1
-0
/
+3
|
\
|
*
vtysh: fix searching commands in parent nodes
Pavel Ivashchenko
2021-04-29
1
-0
/
+3
*
|
lib: fix address sanitizer crash on `find`
Rafael Zalamena
2021-06-07
1
-1
/
+1
*
|
Merge pull request #8781 from idryzhov/fix-list-find
Rafael Zalamena
2021-06-07
1
-10
/
+68
|
\
\
|
*
|
lib: fix output of "list" and "find" commands
Igor Ryzhov
2021-06-03
1
-5
/
+58
|
*
|
lib, vtysh: reduce code duplication
Igor Ryzhov
2021-06-03
1
-5
/
+10
|
|
/
*
|
Merge pull request #5865 from slankdev/slankdev-zebra-srv6-manager
Mark Stapp
2021-06-04
1
-0
/
+9
|
\
\
|
*
|
*: new cli-nodes for SRv6 manager (step2)
Hiroki Shirokura
2021-06-02
1
-0
/
+9
|
|
/
*
/
northbound: KISS always batch yang config (file read), it's faster
Christian Hopps
2021-06-02
1
-1
/
+1
|
/
*
lib: correctly exit CLI nodes on file config load
David Lamparter
2021-04-21
1
-37
/
+44
*
lib, vtysh: re-add support for spaces in 'find'
Quentin Young
2021-04-07
1
-2
/
+3
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-2
/
+2
*
lib/xref: add xrefs for install_element()
David Lamparter
2021-02-01
1
-12
/
+12
*
lib: Fix up str2prefix usage in lua code
Donald Sharp
2021-01-19
1
-1
/
+2
*
Merge pull request #7639 from qlyoung/frr-lua
Russ White
2021-01-19
1
-0
/
+30
|
\
|
*
build: HAVE_LUA -> HAVE_SCRIPTING
Quentin Young
2020-12-02
1
-2
/
+2
|
*
lib: add ability to decode from lua scripts
Quentin Young
2020-12-02
1
-1
/
+1
|
*
lib: add 'script <type> foo' test command
Quentin Young
2020-12-02
1
-3
/
+17
|
*
lib: start adding generic scripting stuff
Quentin Young
2020-12-02
1
-0
/
+16
*
|
pathd: Add optional support for PCEP to pathd
Sebastien Merle
2020-12-18
1
-0
/
+12
*
|
pathd: New SR-TE policy management daemon
Sebastien Merle
2020-12-18
1
-0
/
+12
|
/
*
lib: Fix crash walking up command chain in bgp commands
Donald Sharp
2020-11-12
1
-1
/
+2
*
lib: handle exit cmd for bgp afi-safi nodes
Chirag Shah
2020-10-26
1
-3
/
+29
*
lib: don't execute command if pre-processing hook has failed
Igor Ryzhov
2020-09-21
1
-3
/
+13
*
lib: introduce configuration back-off timer for YANG-modeled commands
Renato Westphal
2020-08-03
1
-0
/
+7
*
Revert "Rpki Encapsulation"
Quentin Young
2020-07-14
1
-3
/
+0
*
bgpd: duplicate config commands into rpki-vrf subnode
Philippe Guibert
2020-07-02
1
-0
/
+3
*
build: Allow removal of build configs from version string
Jafar Al-Gharaibeh
2020-06-19
1
-1
/
+4
*
bfdd,lib,vtysh: new command node for BFD profiles
Rafael Zalamena
2020-05-20
1
-0
/
+3
*
Revert "vtysh: fix searching commands in parent nodes"
Donald Sharp
2020-04-28
1
-4
/
+0
*
Merge pull request #6262 from qlyoung/remove-sprintf
David Lamparter
2020-04-23
1
-1
/
+2
|
\
|
*
*: manually remove some more sprintf
Quentin Young
2020-04-21
1
-1
/
+2
*
|
*: replace all random() calls
Rafael Zalamena
2020-04-18
1
-1
/
+2
|
/
*
Merge pull request #6135 from opensourcerouting/cli-node-cleanup
Donald Sharp
2020-04-17
1
-187
/
+56
|
\
[next]