]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Allow / and . to match VARIABLE_TKN, fix range matches
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 4 Oct 2016 20:56:30 +0000 (20:56 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 4 Oct 2016 20:56:30 +0000 (20:56 +0000)
commitcc0a8be6336c8f074a7397d3810cc5efa037e5cb
treeaff0aa425b3f155f767b5927722635a966f1a38f
parent42debbb43df2b9c54933a690f1a747c6899902a0
lib: Allow / and . to match VARIABLE_TKN, fix range matches

Range matching function was returning 0 instead of no_match
on failed match, causing all input to match ranges.

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