Skip to content

Commit

Permalink
*: correct typos in error reference cards
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
  • Loading branch information
qlyoung committed Aug 14, 2018
1 parent 67aeb55 commit 5e1e016
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion babeld/babel_errors.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static struct ferr_ref ferr_babel_err[] = {
.code = BABEL_ERR_MEMORY,
.title = "BABEL Memory Errors",
.description = "Babel has failed to allocate memory, the system is about to run out of memory",
.suggestion = "Find the process that is causing memory shortages and remediate that process Restart FRR"
.suggestion = "Find the process that is causing memory shortages, remediate that process and restart FRR"
},
{
.code = BABEL_ERR_PACKET,
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_errors.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static struct ferr_ref ferr_bgp_err[] = {
{
.code = BGP_ERR_LM_ERROR,
.title = "BGP received invalid label manager message",
.description = "BGP received nvalid label manager message from label manager",
.description = "BGP received invalid label manager message from label manager",
.suggestion = "Label manager sent invalid essage to BGP for wrong protocol, instance, etc. Most likely a bug"
},
{
Expand Down
12 changes: 6 additions & 6 deletions ospfd/ospf_errors.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pimd/pim_errors.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static struct ferr_ref ferr_pim_err[] = {
{
.code = PIM_ERR_CONFIG,
.title = "PIM Configuration Error",
.description = "Pim has detected a configuration error",
.description = "PIM has detected a configuration error",
.suggestion = "Ensure the configuration is correct and apply correct configuration"
},
{
Expand Down

0 comments on commit 5e1e016

Please sign in to comment.