| Commit message (Expand) | Author | Age | Files | Lines |
* | lib vtysh zebra: variable shadowing fixes | F. Aragon | 2018-09-12 | 1 | -2/+1 |
* | build: fix not building docs w/o sphinx | David Lamparter | 2018-09-09 | 1 | -1/+1 |
* | vtysh: make RPKI node non-conditional | David Lamparter | 2018-09-08 | 1 | -11/+0 |
* | *: cleanup .gitignore files | David Lamparter | 2018-09-08 | 1 | -13/+0 |
* | build: move vtysh & manpage listings to subdir.am | David Lamparter | 2018-09-08 | 1 | -148/+3 |
* | build: non-recursive vtysh | David Lamparter | 2018-09-08 | 4 | -23/+44 |
* | build: non-recursive bgpd & rfp | David Lamparter | 2018-09-08 | 1 | -16/+7 |
* | Merge pull request #2875 from opensourcerouting/fabricd | Donald Sharp | 2018-09-08 | 5 | -13/+85 |
|\ |
|
| * | isis: Cleanup CLI, split into parts which are shared, fabricd and isisd | Christian Franke | 2018-09-05 | 2 | -3/+16 |
| * | vtysh: support fabricd | Christian Franke | 2018-09-05 | 4 | -12/+71 |
* | | vtysh: Actually make the new_completion function match | Donald Sharp | 2018-09-08 | 1 | -3/+2 |
* | | vtysh: Add code to isolate append_history | Donald Sharp | 2018-09-08 | 1 | -0/+10 |
|/ |
|
* | vtysh: Let staticd know about vrf sub-mode | Donald Sharp | 2018-08-31 | 1 | -1/+1 |
* | bgpd: fix rpki exit command | Quentin Young | 2018-08-23 | 1 | -18/+17 |
* | lib, vtysh: fixup style nits for error refs | Quentin Young | 2018-08-14 | 1 | -1/+2 |
* | lib: add 'show error all json' | Quentin Young | 2018-08-14 | 1 | -5/+12 |
* | lib: add error reference system | Quentin Young | 2018-08-14 | 1 | -0/+16 |
* | Merge branch 'master' into bfd-final | Donald Sharp | 2018-08-14 | 4 | -37/+19 |
|\ |
|
| * | Merge pull request #2823 from opensourcerouting/snap-staticd | Donald Sharp | 2018-08-14 | 1 | -1/+1 |
| |\ |
|
| | * | vtysh: Fix missing tailing / in --config_dir option parsing | Martin Winter | 2018-08-13 | 1 | -1/+1 |
| * | | lib, vtysh: fix inconsistent interface commands in vtysh | Renato Westphal | 2018-08-13 | 3 | -30/+4 |
| * | | lib, vtysh: fix inconsistent VRF commands in vtysh | Renato Westphal | 2018-08-13 | 2 | -6/+14 |
| |/ |
|
* / | bfdd: add vty shell commands | Rafael Zalamena | 2018-08-08 | 4 | -17/+97 |
|/ |
|
* | Merge pull request #2122 from donaldsharp/zebra_nhs | Martin Winter | 2018-08-08 | 3 | -1/+7 |
|\ |
|
| * | staticd: Start the addition of a staticd | Donald Sharp | 2018-07-29 | 3 | -1/+7 |
* | | vtysh: Respect order dependancy of some pim commands | Donald Sharp | 2018-08-02 | 1 | -0/+3 |
|/ |
|
* | vtysh: fix autocomplete garbage printouts | Quentin Young | 2018-06-28 | 1 | -0/+3 |
* | *: remove deprecated 'log trap' commands | Quentin Young | 2018-06-25 | 1 | -20/+0 |
* | Merge pull request #2512 from pacovn/Coverity_1399200_Unchecked_return_value_... | Quentin Young | 2018-06-22 | 1 | -2/+7 |
|\ |
|
| * | vtysh: return value check (Coverity 1399200) | paco | 2018-06-22 | 1 | -2/+7 |
* | | vtysh: Fix 'no log syslog ..' to be correct | Donald Sharp | 2018-06-19 | 1 | -2/+3 |
|/ |
|
* | Merge pull request #2474 from donaldsharp/vty_thread_cancel_writes | Russ White | 2018-06-19 | 1 | -0/+23 |
|\ |
|
| * | lib: A small optimization for the hash iterate and walk functions | Donald Sharp | 2018-06-17 | 1 | -1/+0 |
| * | lib, vtysh: Add 'show thread poll' command | Donald Sharp | 2018-06-17 | 1 | -0/+24 |
* | | eigrpd, lib, tests, vtysh: security (cppcheck) | paco | 2018-06-19 | 1 | -1/+1 |
* | | Merge pull request #2484 from pacovn/cppcheck_unused_vars | Donald Sharp | 2018-06-18 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | eigrpd, lib, vtysh: unused vars (cppcheck) | paco | 2018-06-18 | 1 | -0/+4 |
* | | Merge pull request #2409 from LabNConsulting/working/master/vtysh-2400 | Quentin Young | 2018-06-15 | 1 | -3/+14 |
|\ \
| |/
|/| |
|
| * | vtysh: in user mode, don't show 'enable not allowed', also block writeconfig | Lou Berger | 2018-06-12 | 1 | -3/+14 |
* | | vtysh: fix config write | Quentin Young | 2018-06-12 | 1 | -0/+3 |
* | | Merge pull request #2402 from qlyoung/germx-hand-sanitizer-kills-99-percent-o... | Jafar Al-Gharaibeh | 2018-06-12 | 1 | -3/+2 |
|\ \
| |/
|/| |
|
| * | *: disable all sanitizers for clippy build | Quentin Young | 2018-06-08 | 1 | -3/+2 |
* | | vtysh: null dereference (Coverity 1469896) | paco | 2018-06-11 | 1 | -2/+4 |
|/ |
|
* | Merge pull request #2298 from qlyoung/pipe-actions-vtysh | Russ White | 2018-06-08 | 3 | -206/+221 |
|\ |
|
| * | lib: fix static analysis issues, use regfree() | Quentin Young | 2018-06-06 | 1 | -0/+3 |
| * | *: style for | support | Quentin Young | 2018-06-06 | 1 | -1/+1 |
| * | vtysh: add | support | Quentin Young | 2018-06-06 | 3 | -206/+218 |
* | | bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncation | Donald Sharp | 2018-06-08 | 1 | -2/+2 |
* | | vtysh, zebra: Fix function parameters | Donald Sharp | 2018-06-08 | 1 | -1/+1 |
|/ |
|
* | vtysh: fp can never be NULL at this point in code | Donald Sharp | 2018-06-05 | 1 | -1/+1 |