| Commit message (Expand) | Author | Age | Files | Lines |
* | 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: keep hash of node's commands to detect duplicate installs | Paul Jakma | 2016-10-20 | 1 | -1/+5 |
* | lib: add api method to read current config path | Christian Franke | 2016-10-18 | 1 | -1/+1 |
* | 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 |
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 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 |
* | 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 |
* | lib: Allow vrf under the cli | Donald Sharp | 2016-02-01 | 1 | -0/+1 |
* | lib: Add CMD_RANGE_STR macro to command.h | Donald Sharp | 2015-12-08 | 1 | -0/+11 |
* | vtysh: Fix Quagga.conf file read in. | Donald Sharp | 2015-09-28 | 1 | -0/+1 |
* | lib: Improve error reporting from broken config files | Steve Hill | 2015-09-01 | 1 | -1/+1 |
* | vtysh: vtysh-warnings.patch | Donald Sharp | 2015-05-20 | 1 | -1/+1 |
* | This patch adds support for allowing BGP to create and bring up neighbor | Donald Sharp | 2015-05-20 | 1 | -0/+9 |
* | Clarify the different permutations of soft clearing a peer | Donald Sharp | 2015-05-20 | 1 | -0/+4 |
* | 'neighbor <if-name> interface' config support in BGP including RA/Zebra changes. | Donald Sharp | 2015-05-20 | 1 | -1/+2 |
* | lib/command.c: rewrite command matching/parsing | Christian Franke | 2014-04-01 | 1 | -9/+184 |
* | babeld: Initial import, for Babel routing protocol. | Paul Jakma | 2012-03-25 | 1 | -0/+1 |
* | [bgpd] Stability fixes including bugs 397, 492 | Chris Caputo | 2009-07-19 | 1 | -2/+6 |
* | [vty] Add support for a 'restricted mode' with anonymous vty connections | Paul Jakma | 2008-08-23 | 1 | -1/+2 |
* | [zebra] Routemap support on received routes, with 'set src' command (linux) | Paul Jakma | 2007-05-02 | 1 | -0/+1 |
* | [lib] Centralise Zserv route type information, auto-generate redist strings | Paul Jakma | 2006-06-27 | 1 | -0/+2 |
* | [lib] command.c exports host global, add it to header. | Paul Jakma | 2006-03-30 | 1 | -1/+3 |
* | [lib] Mark most arguments in DEFUN_CMD_FUNC_TEXT as potentially unused | Paul Jakma | 2006-03-30 | 1 | -1/+4 |
* | 2005-11-03 Paul Jakma <paul.jakma@sun.com> | paul | 2005-11-03 | 1 | -1/+1 |
* | 2005-08-22 Hugo Santos <hsantos@av.it.pt> | paul | 2005-08-23 | 1 | -0/+1 |
* | 2005-05-06 Paul Jakma <paul@dishone.st> | paul | 2005-05-06 | 1 | -21/+21 |
* | 2005-03-08 Paul Jakma <paul.jakma@sun.com> | paul | 2005-03-08 | 1 | -1/+1 |
* | 2005-03-08 Jeroen Massar <jeroen@unfix.org> | paul | 2005-03-08 | 1 | -0/+1 |
* | 2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-01-28 | 1 | -1/+5 |
* | * lib/command.[ch]: Make node_parent() function nonstatic. vtyh.c will | hasso | 2005-01-23 | 1 | -0/+1 |
* | * command.[ch], vty.c: cmd_execute_command() function must not attempt | hasso | 2005-01-17 | 1 | -1/+1 |
* | 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2004-12-07 | 1 | -5/+24 |
* | 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2004-12-03 | 1 | -6/+0 |