]> git.puffer.fish Git - mirror/frr.git/commit
lib, doc: increase maximum cli tokens 1171/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 13 Sep 2017 14:39:13 +0000 (10:39 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 13 Sep 2017 14:39:22 +0000 (10:39 -0400)
commitbb74e5acbce20b36b147e6feabe60421951393a1
treeeaf988897f37d4820bb59d3a14e9e08cf1ca4b52
parentfea0584841b2145d5b264e8cbde3631db8a382c2
lib, doc: increase maximum cli tokens

When matching user input against a CLI graph, we keep a stack of tokens
matched. Stack size was limited to 64, making the effective number of
tokens that could be entered on a line 64. This is too limiting in some
circumstances, so bump it to 256 (and document it).

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/cli.md
lib/command_match.c