summaryrefslogtreecommitdiffstats
path: root/lib/command.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add minimal no-config VTY modeDavid Lamparter2016-11-101-0/+1
* watchquagga: add "write integrated"David Lamparter2016-11-091-0/+1
* lib: keep hash of node's commands to detect duplicate installsPaul Jakma2016-10-201-1/+5
* lib: add api method to read current config pathChristian Franke2016-10-181-1/+1
* bgpd, lib: Remove RESTRICTED_NODE from code baseDonald Sharp2016-10-081-1/+0
* bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-0/+5
* ldpd: adapt the code for QuaggaRenato Westphal2016-09-231-0/+7
* Quagga: Static LSP configurationvivek2016-09-231-0/+2
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+6
* lib, vtysh: support multiple VRFs by using linux netnsFeng Lu2016-09-091-0/+1
* Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-031-0/+5
* bgpd, lib, vtysh: hook up bgp ENCAP CLI nodeLou Berger2016-06-121-0/+2
* lib: fix "reduce strcmp in CLI" fallout (10bac801)David Lamparter2016-06-081-0/+3
* lib/cli: reduce strcmp in CLI hot pathsDavid Lamparter2016-06-081-10/+15
* bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodevivek2016-06-071-0/+1
* lib: fix bookkeeping for libreadline malloc()sLou Berger2016-06-061-0/+1
* pimd: merge pimd as of 2015-01-19David Lamparter2016-05-261-0/+1
* lib: Swap show run ordering of interfaces and vrf'sDonald Sharp2016-05-061-1/+1
* quagga: "set community x:y" needs bounds checkingDaniel Walton2016-04-141-0/+2
* lib, vtysh: Return actual problem further upDonald Sharp2016-04-071-0/+1
* vtysh: make HIDDEN commands workDaniel Walton2016-03-021-0/+3
* lib, vtysh: Rehook the motd command back into vtyshDonald Sharp2016-02-181-0/+2
* quagga: remove babelDaniel Walton2016-02-111-1/+0
* lib, vtysh, zebra: Better VRF debug handlingDonald Sharp2016-02-031-0/+1
* lib: Allow vrf under the cliDonald Sharp2016-02-011-0/+1
* lib: Add CMD_RANGE_STR macro to command.hDonald Sharp2015-12-081-0/+11
* vtysh: Fix Quagga.conf file read in.Donald Sharp2015-09-281-0/+1
* lib: Improve error reporting from broken config filesSteve Hill2015-09-011-1/+1
* vtysh: vtysh-warnings.patchDonald Sharp2015-05-201-1/+1
* This patch adds support for allowing BGP to create and bring up neighborDonald Sharp2015-05-201-0/+9
* Clarify the different permutations of soft clearing a peerDonald Sharp2015-05-201-0/+4
* 'neighbor <if-name> interface' config support in BGP including RA/Zebra changes.Donald Sharp2015-05-201-1/+2
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-9/+184
* babeld: Initial import, for Babel routing protocol.Paul Jakma2012-03-251-0/+1
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-2/+6
* [vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma2008-08-231-1/+2
* [zebra] Routemap support on received routes, with 'set src' command (linux)Paul Jakma2007-05-021-0/+1
* [lib] Centralise Zserv route type information, auto-generate redist stringsPaul Jakma2006-06-271-0/+2
* [lib] command.c exports host global, add it to header.Paul Jakma2006-03-301-1/+3
* [lib] Mark most arguments in DEFUN_CMD_FUNC_TEXT as potentially unusedPaul Jakma2006-03-301-1/+4
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-031-1/+1
* 2005-08-22 Hugo Santos <hsantos@av.it.pt>paul2005-08-231-0/+1
* 2005-05-06 Paul Jakma <paul@dishone.st>paul2005-05-061-21/+21
* 2005-03-08 Paul Jakma <paul.jakma@sun.com>paul2005-03-081-1/+1
* 2005-03-08 Jeroen Massar <jeroen@unfix.org>paul2005-03-081-0/+1
* 2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-281-1/+5
* * lib/command.[ch]: Make node_parent() function nonstatic. vtyh.c willhasso2005-01-231-0/+1
* * command.[ch], vty.c: cmd_execute_command() function must not attempthasso2005-01-171-1/+1
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-5/+24
* 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-031-6/+0