diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-06-27 19:21:35 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 | 
| commit | 5e1e0166cb6a7832c9ef68fb7d588387635f8c47 (patch) | |
| tree | 527cadf3525f953e3610f6f5ac418b3b307a9384 /ospfd | |
| parent | 67aeb554149ae5b2632d34e5f16c8113e8870b12 (diff) | |
*: correct typos in error reference cards
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospfd')
| -rw-r--r-- | ospfd/ospf_errors.c | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/ospfd/ospf_errors.c b/ospfd/ospf_errors.c index 244aa26953..60eb3d5657 100644 --- a/ospfd/ospf_errors.c +++ b/ospfd/ospf_errors.c @@ -33,19 +33,19 @@ static struct ferr_ref ferr_ospf_err[] = {  	{  		.code = OSPF_ERR_ROUTER_LSA_MISMATCH,  		.title = "Failure to process Router LSA", -		.description = "OSPF attempted to process a Router LSA but Advertising ID mismtach with link id", +		.description = "OSPF attempted to process a Router LSA but Advertising ID mismatch with link id",  		.suggestion = "Check OSPF network config for any config issue, If the problem persists, report the problem for troubleshooting"  	},  	{  		.code = OSPF_ERR_DOMAIN_CORRUPT,  		.title = "OSPF Domain Corruption", -		.description = "OSPF attempted to process a Router LSA but Advertising ID mismtach with link id", -		.suggestion = "Check OSPF network Database for corrupted LSA, If the problem persists, shutdown ospf domain and report the problem for troubleshooting" +		.description = "OSPF attempted to process a Router LSA but Advertising ID mismatch with link id", +		.suggestion = "Check OSPF network Database for corrupted LSA, If the problem persists, shutdown OSPF domain and report the problem for troubleshooting"  	},  	{  		.code = OSPF_ERR_INIT_FAIL,  		.title = "OSPF Initialization failure", -		.description = "OSPF failed to initialized ospf default insance", +		.description = "OSPF failed to initialized OSPF default insance",  		.suggestion = "Ensure there is adequate memory on the device. If the problem persists, report the problem for troubleshooting"  	},  	{ @@ -62,9 +62,9 @@ static struct ferr_ref ferr_ospf_err[] = {  	},  	{  		.code = OSPF_ERR_SR_INVALID_LSA_ID, -		.title = "OSPF SR Invalid lsa id", +		.title = "OSPF SR Invalid LSA ID",  		.description = "OSPF Segment Routing invalid lsa id", -		.suggestion = "Restart ospf instance, If the problem persists, report the problem for troubleshooting" +		.suggestion = "Restart OSPF instance, If the problem persists, report the problem for troubleshooting"  	},  	{  		.code = OSPF_ERR_SR_INVALID_ALGORITHM,  | 
