]> git.puffer.fish Git - mirror/frr.git/commit
lib: Add naive deduplication checks when installing commands
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 7 Oct 2016 18:41:41 +0000 (18:41 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 7 Oct 2016 18:41:41 +0000 (18:41 +0000)
commitc0f9771dccaed58109b891f1928c896c30748b0d
tree11d9548015a4164a3363d63e6d43dabeaf1b5add
parentfaf2a19de0badaba9327ce1cd05c6a586d85a121
lib: Add naive deduplication checks when installing commands

Since not all duplicate commands can be caught during graph
construction, do a linear search over all commands before
installing.

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