| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: rename memory_vty.c to lib_vty.c | David Lamparter | 2019-12-06 | 2 | -2/+1 |
* | Merge pull request #5224 from manuhalo/fix_frr_reload_paths | Quentin Young | 2019-11-19 | 1 | -3/+3 |
|\ |
|
| * | tools, vtysh: improved fix for ldpd ifaces | Emanuele Di Pascale | 2019-11-12 | 1 | -0/+2 |
| * | tools, vtysh: fix ldpd + frr-reload.py | Emanuele Di Pascale | 2019-10-29 | 1 | -3/+1 |
* | | Merge pull request #5209 from ton31337/feature/banner_motd_from_input | Renato Westphal | 2019-11-12 | 1 | -0/+21 |
|\ \ |
|
| * | | vtysh: Add an option to set banner motd from an input | Donatas Abraitis | 2019-10-31 | 1 | -0/+21 |
| |/ |
|
* / | vtysh: be helpful and kind to unprivileged users | Quentin Young | 2019-11-08 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #5171 from donaldsharp/remove_getrusage | Mark Stapp | 2019-10-17 | 1 | -0/+4 |
|\ |
|
| * | *: Allow disabling of `getrusage` calls | Donald Sharp | 2019-10-16 | 1 | -0/+4 |
* | | lib, vtysh: add new libyang option to the "debug northbound" command | Renato Westphal | 2019-10-16 | 1 | -1/+3 |
* | | vtysh: remove DEFPY variable names | Renato Westphal | 2019-10-16 | 1 | -7/+7 |
|/ |
|
* | vtysh: fix searching commands in parent nodes | Pavel Ivashchenko | 2019-10-08 | 1 | -0/+2 |
* | Merge pull request #5042 from opensourcerouting/vtysh-nb-cmds | Quentin Young | 2019-09-24 | 1 | -0/+52 |
|\ |
|
| * | vtysh: add the "show yang operational-data" command | Renato Westphal | 2019-09-23 | 1 | -0/+26 |
| * | vtysh: add the "debug northbound" command | Renato Westphal | 2019-09-23 | 1 | -0/+26 |
* | | vtysh: fix "no log facility" command | Igor Ryzhov | 2019-09-23 | 1 | -2/+3 |
|/ |
|
* | vtysh: fix multiple "no ip/ipv6 prefix-list sequence-number" lines in running... | Igor Ryzhov | 2019-09-18 | 1 | -1/+3 |
* | vtysh, lib: allow regexp in `find` command | Quentin Young | 2019-09-03 | 1 | -7/+59 |
* | Merge pull request #4797 from opensourcerouting/eigrpd-vrf | Russ White | 2019-09-03 | 1 | -2/+3 |
|\ |
|
| * | eigrpd: Add `router eigrp AS [vrf NAME]` and various stuff | Donald Sharp | 2019-08-07 | 1 | -2/+3 |
* | | bgpd/bmp: BMP implementation | David Lamparter | 2019-08-30 | 1 | -1/+35 |
* | | vtysh: fix rare crash(es) | Quentin Young | 2019-08-23 | 1 | -6/+10 |
* | | Merge pull request #4706 from qlyoung/fix-exit-vrf-markfile | Sri Mohana Singamsetty | 2019-08-13 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | vtysh: mark exit-vrf with end when using vtysh -m | Quentin Young | 2019-07-18 | 1 | -0/+4 |
* | | Merge pull request #4790 from opensourcerouting/ctype-cast | Quentin Young | 2019-08-06 | 1 | -4/+5 |
|\ \ |
|
| * | | *: fix ctype (isalpha & co.) casts | David Lamparter | 2019-08-06 | 1 | -4/+5 |
* | | | all: remove logical-router functionality (#4774) | David Lamparter | 2019-08-06 | 4 | -55/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | all: remove logical-router functionality | Igor Ryzhov | 2019-08-02 | 4 | -55/+0 |
* | | | vtysh: Replace linked-list in vtysh_config with RB-tree | Juergen Werner | 2019-08-02 | 1 | -17/+21 |
|/ / |
|
* | | vtysh: style nits for error code cli handler | Quentin Young | 2019-07-29 | 1 | -0/+2 |
* | | vtysh: only show error codes once | Quentin Young | 2019-07-29 | 2 | -8/+25 |
* | | vtysh: send vtysh_quit_nexthop_group to pbrd and sharpd | Igor Ryzhov | 2019-07-25 | 1 | -1/+1 |
* | | vtysh: send "exit-vrf" command to staticd | Igor Ryzhov | 2019-07-24 | 1 | -1/+1 |
|/ |
|
* | vtysh: Make nexthop-group submode line unique | Donald Sharp | 2019-07-13 | 1 | -1/+2 |
* | lib: split off c-ares code from nhrpd | David Lamparter | 2019-07-03 | 1 | -1/+4 |
* | Run-time log filtering via vtysh commands (#4524) | David Lamparter | 2019-07-03 | 1 | -46/+140 |
|\ |
|
| * | lib: Remove extraneous spacing/output filter cmds | Stephen Worley | 2019-06-19 | 1 | -3/+3 |
| * | lib,vtysh: Add vtysh commands for log-filter | Stephen Worley | 2019-06-19 | 1 | -0/+100 |
| * | vtysh: Make show work-queue execute by name | Stephen Worley | 2019-06-19 | 1 | -10/+2 |
| * | vtysh: Execute command on client by name only | Stephen Worley | 2019-06-19 | 1 | -0/+32 |
| * | vtysh: Update vtysh commands with all daemon str | Stephen Worley | 2019-06-19 | 1 | -36/+6 |
* | | vtysh: Try to be perscriptive about pam failures | Donald Sharp | 2019-06-26 | 1 | -20/+5 |
|/ |
|
* | Lib: Debugs for route-map code in FRR | Ameya Dharkar | 2019-06-12 | 1 | -1/+6 |
* | pbrd: Allow autocompletion for pbr-map PBRMAP | Donald Sharp | 2019-06-05 | 1 | -2/+2 |
* | lib, pbrd, sharpd, vtysh: Add autocompletion for 'nexthop-group' | Donald Sharp | 2019-06-05 | 1 | -2/+2 |
* | *: Convert over to all -N namespace to change DAEMON_VTY_DIR | Donald Sharp | 2019-06-05 | 1 | -0/+2 |
* | Merge pull request #4430 from lkrishnamoor/hostname_crash | Donald Sharp | 2019-05-31 | 2 | -3/+3 |
|\ |
|
| * | lib: crash when FRR hostname length > 80 chars | Lakshman Krishnamoorthy | 2019-05-31 | 2 | -3/+3 |
* | | lib, vtysh: make debug memstats work in vtysh | Mark Stapp | 2019-05-30 | 1 | -0/+11 |
|/ |
|
* | vtysh: strcpy -> strlcpy, strcat -> strlcat | Quentin Young | 2019-05-29 | 1 | -4/+5 |