]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: Allow file read in to continue in more cases
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 15 Apr 2016 13:15:21 +0000 (09:15 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 15 Apr 2016 19:13:13 +0000 (15:13 -0400)
commit279c6956d90fd4ba8aa0ff60b9a0484b9933f827
treedb9c4f93c7ac9533fb1e3f439e2f851cd12d68a6
parent75f1349106337324be2bac244b699189e9312e2f
vtysh: Allow file read in to continue in more cases

When a duplicate command is read in from a file,
there are cases where daemons return CMD_WARNING
this causes the command to not be send to subsuquent
daemons( if any ).

Allow the read in of commands to continue in this
situation.

Ticket: CM-10393
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
vtysh/vtysh.c