diff options
Diffstat (limited to 'watchfrr/watchfrr_errors.c')
| -rw-r--r-- | watchfrr/watchfrr_errors.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/watchfrr/watchfrr_errors.c b/watchfrr/watchfrr_errors.c index c720b65099..0aa27ef661 100644 --- a/watchfrr/watchfrr_errors.c +++ b/watchfrr/watchfrr_errors.c @@ -32,6 +32,12 @@ static struct log_ref ferr_watchfrr_err[] = {  		.suggestion = "Ensure that FRR is still running and if not please open an Issue"  	},  	{ +		.code = EC_WATCHFRR_UNEXPECTED_DAEMONS, +		.title = "WATCHFRR wrong daemons to watch", +		.description = "As part of WATCHFRR startup you must specify 1 or more daemons to monitor", +		.suggestion = "Update your startup scripts to include zebra and any other daemon you would like to monitor", +	}, +	{  		.code = END_FERR,  	}  };  | 
