summaryrefslogtreecommitdiff
path: root/lib/command.c
AgeCommit message (Expand)Author
2016-09-20lib: Fixup more filesDonald Sharp
2016-09-21lib: Update copyright headersQuentin Young
2016-09-20Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammarDonald Sharp
2016-09-21Merge branch 'cmaster-next' into vtysh-grammarQuentin Young
2016-09-19lib: Initial refactor pass on CLI backendQuentin Young
2016-09-19*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter
2016-09-09lib: Fix tab completions memleak, memory stats corruptionQuentin Young
2016-09-09lib, vtysh: support multiple VRFs by using linux netnsFeng Lu
2016-09-07lib: Continue matching system refactorQuentin Young
2016-09-03Update Traffic Engineering Support for OSPFDOlivier Dugeon
2016-08-17Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot
2016-08-10lib: Remove debug fprintf for cmd_element copyQuentin Young
2016-07-29lib: Cleanup some memory issues in CLIQuentin Young
2016-07-28lib: 'show commandtree' is not a CLI commandDonald Sharp
2016-07-24Revert "lib: Rewrite ipv4 address and prefix validator"David Lamparter
2016-07-26lib: Free memory correctly when braces used in parserDon Slice
2016-07-22lib: Modify 'banner motd file <X>'Donald Sharp
2016-07-19lib: Break up functions, begin matcherQuentin Young
2016-07-12lib: Cleanup cmd_execute_commandQuentin Young
2016-07-12Add grammar sandbox frameworkQuentin Young
2016-07-12lib: Rewrite ipv4 address and prefix validatorQuentin Young
2016-07-12lib: Disallow % in IPv6 addresses and prefixesQuentin Young
2016-07-12lib: Rewrite ipv6 prefix matcherQuentin Young
2016-06-23lib: Add documentation to internal command format parser functionsQuentin Young
2016-06-16lib: Clean command.cQuentin Young
2016-06-11bgpd, lib, vtysh: hook up bgp ENCAP CLI nodeLou Berger
2016-06-08lib/vty: add separate output fd support to VTYsDavid Lamparter
2016-06-08lib: assert(0) still needs a returnDavid Lamparter
2016-06-08lib: fix "reduce strcmp in CLI" fallout (10bac801)David Lamparter
2016-06-08lib/cli: reduce strcmp in CLI hot pathsDavid Lamparter
2016-06-07*: add/cleanup initialisersDavid Lamparter
2016-06-06bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodevivek
2016-06-06lib: add "show commandtree" CLI commandLou Berger
2016-06-06lib: fix bookkeeping for libreadline malloc()sLou Berger
2016-05-29Quagga: Fix code to use srandom/randomDonald Sharp
2016-06-03build: track config argsDavid Lamparter
2016-05-25pimd: merge pimd as of 2015-01-19David Lamparter
2016-04-06lib, vtysh: Return actual problem further upDonald Sharp
2016-03-17lib: Fix assert in node_parent()Donald Sharp
2016-03-02vtysh: make HIDDEN commands workDaniel Walton
2016-03-01lib, vtysh: Fix 'banner motd file' commandDonald Sharp
2016-02-18lib, vtysh: Rehook the motd command back into vtyshDonald Sharp
2016-02-11quagga: remove babelDaniel Walton
2016-02-03lib, vtysh, zebra: Better VRF debug handlingDonald Sharp
2016-02-01lib: Allow vrf under the cliDonald Sharp
2015-10-16quagga errors parsing a valid configDaniel Walton
2015-09-28vtysh: Fix Quagga.conf file read in.Donald Sharp
2015-09-01lib: Improve error reporting from broken config filesSteve Hill
2015-08-26Fix optional arguments with description interactionsDonald Sharp
2015-07-27Quagga processes should not die if they read an unrecognized line inDaniel Walton