commit | 5d9fae294228ad39d12913312485429b9129a3b0 | [log] [tgz] |
---|---|---|
author | Christian Franke <nobody@nowhere.ws> | Tue Jun 14 20:07:09 2016 +0200 |
committer | Paul Jakma <paul@quagga.net> | Mon Jan 23 18:51:55 2017 +0000 |
tree | d2bc5a8a6cbf57a7d6238e75684107982b1001dc | |
parent | 93ad10e27beebb0416cf33d2f0acf96425064a48 [diff] |
vtysh: handle case if there is no match in "write terminal $daemon" While the DEFUN should match the list of clients registered in vtysh, it seems better to handle the case explicitly instead of relying on the client list and the DEFUN signature being in sync. Signed-off-by: Christian Franke <chris@opensourcerouting.org> Signed-off-by: Christian Franke <chris@opensourcerouting.org> Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>