| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: parser: move allowrepeat to cmd_token | David Lamparter | 2016-12-16 | 1 | -0/+2 |
* | lib: remove misleading copy/del_cmd_element | David Lamparter | 2016-12-01 | 1 | -6/+0 |
* | lib: move command_parse_format prototype | David Lamparter | 2016-12-01 | 1 | -0/+2 |
* | lib: make DEFUN foobar_cmd symbols static | David Lamparter | 2016-12-01 | 1 | -1/+1 |
* | *: make DEFUN installations file-local | David Lamparter | 2016-12-01 | 1 | -5/+2 |
* | vtysh: fix some macro breakage | David Lamparter | 2016-11-23 | 1 | -5/+0 |
* | lib, ospf6d: Change SECONDS_STR to be more generic | Quentin Young | 2016-11-17 | 1 | -1/+1 |
* | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-11-12 | 1 | -0/+2 |
|\ |
|
| * | lib: add minimal no-config VTY mode | David Lamparter | 2016-11-10 | 1 | -0/+1 |
| * | watchquagga: add "write integrated" | David Lamparter | 2016-11-09 | 1 | -0/+1 |
* | | lib, vtysh: Fix memory leaks, change cmd_element to const | Quentin Young | 2016-11-12 | 1 | -7/+7 |
* | | lib: Implement hidden and deprecated commands | Quentin Young | 2016-11-11 | 1 | -10/+11 |
* | | all: Fix underfull doc strings, part 1 | Quentin Young | 2016-11-05 | 1 | -8/+0 |
* | | lib: Various minor improvements & bugfixes to CLI backend | Quentin Young | 2016-10-29 | 1 | -5/+1 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-21 | 1 | -0/+4 |
|\| |
|
| * | lib: keep hash of node's commands to detect duplicate installs | Paul Jakma | 2016-10-20 | 1 | -1/+5 |
* | | lib: Add helper function for working with argv, update bgpd to use it | Quentin Young | 2016-10-20 | 1 | -0/+1 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-20 | 1 | -1/+1 |
|\| |
|
| * | lib: add api method to read current config path | Christian Franke | 2016-10-18 | 1 | -1/+1 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 1 | -1/+14 |
|\| |
|
| * | bgpd, lib: Remove RESTRICTED_NODE from code base | Donald Sharp | 2016-10-08 | 1 | -1/+0 |
| * | bgpd: add L3/L2VPN Virtual Network Control feature | Lou Berger | 2016-10-03 | 1 | -0/+5 |
| * | ldpd: adapt the code for Quagga | Renato Westphal | 2016-09-23 | 1 | -0/+7 |
| * | Quagga: Static LSP configuration | vivek | 2016-09-23 | 1 | -0/+2 |
* | | lib: Add logging for invalid commands | Quentin Young | 2016-10-04 | 1 | -0/+1 |
* | | Expand #defines in command strings | Daniel Walton | 2016-09-25 | 1 | -11/+0 |
* | | lib: undo <> -> () change I made yesterday | Daniel Walton | 2016-09-23 | 1 | -7/+7 |
* | | bgpd: argv update for all but bgp_vty.c | Daniel Walton | 2016-09-22 | 1 | -7/+7 |
* | | lib: Remove NUMBER_TKN leftovers | Quentin Young | 2016-09-22 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammar | Donald Sharp | 2016-09-21 | 1 | -0/+6 |
|\| |
|
| * | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 1 | -0/+6 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-09-22 | 1 | -0/+6 |
|\| |
|
| * | lib, vtysh: support multiple VRFs by using linux netns | Feng Lu | 2016-09-09 | 1 | -0/+1 |
| * | Update Traffic Engineering Support for OSPFD | Olivier Dugeon | 2016-09-03 | 1 | -0/+5 |
* | | lib: Initial refactor pass on CLI backend | Quentin Young | 2016-09-20 | 1 | -278/+127 |
* | | lib: Continue matching system refactor | Quentin Young | 2016-09-07 | 1 | -1/+1 |
* | | lib: Cleanup some memory issues in CLI | Quentin Young | 2016-07-29 | 1 | -0/+6 |
|/ |
|
* | bgpd, lib, vtysh: hook up bgp ENCAP CLI node | Lou Berger | 2016-06-12 | 1 | -0/+2 |
* | lib: fix "reduce strcmp in CLI" fallout (10bac801) | David Lamparter | 2016-06-08 | 1 | -0/+3 |
* | lib/cli: reduce strcmp in CLI hot paths | David Lamparter | 2016-06-08 | 1 | -10/+15 |
* | bgpd, lib, vtysh: hook up bgp VPNv6 CLI node | vivek | 2016-06-07 | 1 | -0/+1 |
* | lib: fix bookkeeping for libreadline malloc()s | Lou Berger | 2016-06-06 | 1 | -0/+1 |
* | pimd: merge pimd as of 2015-01-19 | David Lamparter | 2016-05-26 | 1 | -0/+1 |
* | lib: Swap show run ordering of interfaces and vrf's | Donald Sharp | 2016-05-06 | 1 | -1/+1 |
* | quagga: "set community x:y" needs bounds checking | Daniel Walton | 2016-04-14 | 1 | -0/+2 |
* | lib, vtysh: Return actual problem further up | Donald Sharp | 2016-04-07 | 1 | -0/+1 |
* | vtysh: make HIDDEN commands work | Daniel Walton | 2016-03-02 | 1 | -0/+3 |
* | lib, vtysh: Rehook the motd command back into vtysh | Donald Sharp | 2016-02-18 | 1 | -0/+2 |
* | quagga: remove babel | Daniel Walton | 2016-02-11 | 1 | -1/+0 |
* | lib, vtysh, zebra: Better VRF debug handling | Donald Sharp | 2016-02-03 | 1 | -0/+1 |