]> git.proxmox.com Git - mirror_frr.git/commit - lib/command_match.c
lib, bgpd: fixup use of of CMD_ARGC_MAX
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 11 Jan 2018 16:31:45 +0000 (11:31 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 11 Jan 2018 16:31:45 +0000 (11:31 -0500)
commit09f6d019b4c353373b3944a0f80ab51c06998410
tree3a0f29aef0ef74946da63a4c76945eeaa6f27dff
parentc1240044fbf081bb7407b1449d3954e4b63fec9f
lib, bgpd: fixup use of of CMD_ARGC_MAX

The constant to limit # of allowed cli tokens on any one line was
defined in multiple places, all inconsistent with each other. Fix.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgpd.c
lib/command.h
lib/command_match.c
lib/grammar_sandbox.c