]> git.proxmox.com Git - mirror_frr.git/commit
lib, vtysh: Return actual problem further up
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 6 Apr 2016 13:34:33 +0000 (09:34 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 7 Apr 2016 00:07:27 +0000 (20:07 -0400)
commit1db63918b2478bc37b12aff584071085c51e6294
tree0f9c3b9eee8a17b62b8338543b807cb5dd0022e0
parent0f48374b387d423d037fae779da06cd1dd90bf10
lib, vtysh: Return actual problem further up

When we encounter a problem loading a config file
quantify to the end user what has gone wrong,
with a combination of err output as well as
return codes.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Dave Olson <olson@cumulusnetworks.com>
bgpd/bgp_btoa.c
lib/command.c
lib/command.h
vtysh/vtysh.c
vtysh/vtysh_config.c
vtysh/vtysh_main.c
zebra/client_main.c