]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: make extract.pl more whitespace-robust
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 19 Sep 2016 16:32:17 +0000 (18:32 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 23 Sep 2016 16:12:16 +0000 (12:12 -0400)
commit8d9e99a6917774bbc2ca0d90b39c26d866510964
treedf7451d95031a5b6b2838bf0e468232bd1b75306
parent01673c6817bcd443118dd1d35aaf7071001aaf3f
vtysh: make extract.pl more whitespace-robust

"DEFUN (" could only match with exactly one space between DEFUN and
opening brace.  Allow any amount of space.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
vtysh/extract.pl.in