]> git.puffer.fish Git - matthieu/frr.git/commit
tools: Add tool to check for uninstalled commands
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 24 Oct 2016 22:55:44 +0000 (22:55 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 24 Oct 2016 22:55:44 +0000 (22:55 +0000)
commit71f11720efcb373d5ce312c9b7fb988405b2e97b
tree8dbaa343c3d55904b148919bc45fcb589d89f92e
parentb09bceec68e9963b0bffc70c04f06d307d474adb
tools: Add tool to check for uninstalled commands

cmd_check.py parses source files looking for commands
that are defined but not installed in any node.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
tools/cmd_check.py [new file with mode: 0644]