]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: Modify -b option to work with -n option
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 10 Feb 2016 13:14:10 +0000 (08:14 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 10 Feb 2016 20:07:05 +0000 (15:07 -0500)
commit6dbef6e7e0ec78f55b860bb2de37a3fdc3558831
tree159ab4fc2da72f8739f30a92beb24063c5cc7bfe
parentddd82ff66cd6092b1d99dcf6013b97a1620f6d53
vtysh: Modify -b option to work with -n option

If there is no Quagga.conf file and the -b option has
been specified, the vtysh -b file is erroring out and failing.

Modify the code to use -n in conjunction of -b and to not
error out in this situation.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
vtysh/vtysh_main.c