diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-05-07 21:01:15 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-19 08:43:59 -0400 | 
| commit | 573de11fab9c6ffd5b647ab1b9b0c23ad99fb52e (patch) | |
| tree | 0e6334e50541581a7a7b74212b79fb271f86ec20 /lib/libfrr.h | |
| parent | 5ede5e4eedf47c856f45849e9f8360fda4e40b92 (diff) | |
lib: Add ability to retry if backup is specified
If we fail to read in the config file and we have
specified a backup of the backup, attempt to
read that information.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/libfrr.h')
| -rw-r--r-- | lib/libfrr.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfrr.h b/lib/libfrr.h index 7ffa780bfb..bd572cce1b 100644 --- a/lib/libfrr.h +++ b/lib/libfrr.h @@ -51,6 +51,7 @@ struct frr_daemon_info {  	bool daemon_mode;  	bool terminal;  	const char *config_file; +	const char *backup_config_file;  	const char *pid_file;  	const char *vty_path;  	const char *module_path;  | 
