index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vtysh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vtysh: Ignore `end` when parsing frr.conf
Donatas Abraitis
2022-07-20
1
-0
/
+15
*
bgpd: Add constants for some repetitive CLI strings
Donatas Abraitis
2022-07-18
1
-26
/
+27
*
lib, vtysh: Add `allow-reserved-ranges` global command
Donatas Abraitis
2022-07-01
2
-8
/
+29
*
zebra: infastructure for the new dataplane plugin
Anuradha Karuppiah
2022-06-27
1
-0
/
+1
*
vtysh: Account validity should be verified when authenticating users with PAM.
rgirada
2022-06-23
1
-0
/
+4
*
vtysh: Add autocomplete for VRFs when using with `router bgp`
Donatas Abraitis
2022-06-14
1
-1
/
+1
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-1
/
+1
*
vtysh: Call fflush+fsync before calling fclose() when saving the config
Donatas Abraitis
2022-04-19
1
-0
/
+12
*
vtysh: remove extraneous newline
David Lamparter
2022-04-07
1
-5
/
+5
*
bgpd, vtysh: Fix spelliing of explicitely
Donald Sharp
2022-04-02
1
-1
/
+1
*
Merge pull request #10719 from opensourcerouting/nb-show-fixes
Russ White
2022-03-29
1
-0
/
+2
|
\
|
*
lib,vtysh: show operational data with config
Rafael Zalamena
2022-03-02
1
-0
/
+2
*
|
pim6d: Correct the show ip prefix-list display for pim6d
Mobashshera Rasool
2022-03-28
1
-2
/
+2
*
|
pim6d: Enable protocol as VTYSH_PIM6D for pim6_cmd.c
sarita patra
2022-03-16
1
-4
/
+3
*
|
lib, vtysh: report lost messages on live log
David Lamparter
2022-03-07
1
-8
/
+18
*
|
lib: add a few more bits to live log header
David Lamparter
2022-03-07
1
-1
/
+1
|
/
*
vtysh: fix coverity issues in live-log code
David Lamparter
2022-03-01
1
-4
/
+6
*
Merge pull request #10640 from donaldsharp/thread_timers
David Lamparter
2022-03-01
1
-0
/
+11
|
\
|
*
lib, vtysh: Add `show thread timers` command
Donald Sharp
2022-02-28
1
-0
/
+11
*
|
vtysh: show live log messages
David Lamparter
2022-02-28
3
-26
/
+333
*
|
vtysh: use poll/callback-driven readline interface
David Lamparter
2022-02-28
2
-18
/
+45
*
|
vtysh: receive file descriptors from daemons
David Lamparter
2022-02-28
1
-4
/
+55
|
/
*
Merge pull request #10376 from patrasar/master_pimv6_vtysh
David Lamparter
2022-02-28
3
-5
/
+11
|
\
|
*
pim6d: Adding PIMV6 as VTYSH client
sarita patra
2022-02-25
3
-5
/
+11
*
|
vtysh: Fix spelling mistakes
Donald Sharp
2022-02-14
2
-4
/
+4
*
|
ospf6d: support keychain for ospf6 authentication
Abhinay Ramesh
2022-02-09
2
-2
/
+2
|
/
*
zebra: fix `segment-routing` command not found error with `--disable-pathd`
Yamato Sugawara
2022-01-16
1
-1
/
+1
*
configure.ac: drop --enable-pcep option and HAVE_PATHD_PCEP
Fabrice Fontaine
2021-12-15
1
-8
/
+0
*
vtysh: fix duplicated output of key chain configuration
Igor Ryzhov
2021-12-03
1
-29
/
+80
*
vtysh: add missing rpki node when showing config
Igor Ryzhov
2021-11-28
1
-0
/
+2
*
lib: Use autocomplete for `route-map <name> <action> <seq>`
Donatas Abraitis
2021-11-23
1
-1
/
+1
*
Merge pull request #10074 from opensourcerouting/assorted-20211116
Igor Ryzhov
2021-11-19
1
-0
/
+68
|
\
|
*
vtysh: dispatch unique-id backtrace cmd properly
David Lamparter
2021-11-16
1
-0
/
+56
|
*
lib: rework vty_check_node_for_xpath_decrement
David Lamparter
2021-11-16
1
-0
/
+12
*
|
vtysh: Really remove `address-family evpn`
Donald Sharp
2021-11-17
1
-3
/
+0
*
|
tools, vtysh: Remove final vestige of `address-family evpn`
Donald Sharp
2021-11-17
1
-16
/
+0
|
/
*
*: Rename quagga_timestamp with frr_timestamp
Donald Sharp
2021-11-11
1
-1
/
+1
*
vtysh: defer CLI tree building
David Lamparter
2021-10-18
1
-0
/
+2
*
Merge pull request #9429 from yar-fed/vtysh-err-not-running
Igor Ryzhov
2021-09-22
1
-2
/
+3
|
\
|
*
vtysh: Add error code if daemon is not running
Yaroslav Fedoriachenko
2021-09-21
1
-2
/
+3
*
|
vtysh: remove sorting of vrf node commands
Igor Ryzhov
2021-09-20
1
-1
/
+0
|
/
*
vtysh: Allow us to gather a bit more data when extract.pl dies
Donald Sharp
2021-09-14
1
-2
/
+4
*
build: ignore prototype warnings from readline
David Lamparter
2021-09-02
2
-0
/
+8
*
vtysh: make node walkup code more generic
Igor Ryzhov
2021-08-26
1
-124
/
+2
*
Merge pull request #9331 from idryzhov/explicit-exit
Christian Hopps
2021-08-26
1
-9
/
+9
|
\
|
*
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-9
/
+9
*
|
lib, zebra: move vrf netns commands from lib to zebra
Igor Ryzhov
2021-08-23
1
-14
/
+0
|
/
*
vtysh: add "exit" for bfd's profile node
anlan_cs
2021-08-18
1
-1
/
+2
*
vtysh, pathd: fix pcep node-entering commands
Igor Ryzhov
2021-08-11
1
-6
/
+3
*
vtysh: fix daemon for srv6 commands
Igor Ryzhov
2021-08-08
1
-6
/
+6
[prev]
[next]