]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Check match level when calculating completions
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 6 Oct 2016 00:03:39 +0000 (00:03 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 6 Oct 2016 00:03:39 +0000 (00:03 +0000)
commit03ca8d3dffb45aa1f20bc06802ca227a6b4e36cf
treeef7159c5dd01737fc6e71541dd60d8b4152fd9f0
parentb4f56274fa6aa7240e06a67da0e85bfd0e4b2052
lib: Check match level when calculating completions

Adds a missing check that resulted in partial token
matches being accepted as exact matches when calculating
input completions.

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