]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_errors.c
Merge pull request #5590 from qlyoung/fix-nhrp-underflow
[mirror_frr.git] / ospfd / ospf_errors.c
index b912a80692e08ab86ebed53cfcfcdf4f4e9adc31..a985efc668b65972d8b09acd57ca21baff4fdd25 100644 (file)
@@ -39,7 +39,7 @@ static struct log_ref ferr_ospf_warn[] = {
        },
        {
                .code = EC_OSPF_PACKET,
-               .title = "OSPF has detected packet information missmatch",
+               .title = "OSPF has detected packet information mismatch",
                .description = "OSPF has detected that packet information received is incorrect",
                .suggestion = "Ensure interface configuration is correct, gather log files from here and the peer and open an Issue",
        },
@@ -172,11 +172,8 @@ static struct log_ref ferr_ospf_err[] = {
        {
                .code = EC_OSPF_LARGE_HELLO,
                .title = "OSPF Encountered a Large Hello",
-               .description = "OSPF attempted to send a Hello larger than MTU "
-                                          "but did not",
-               .suggestion = "Too many neighbors configured on a single interface."
-                                         " Suggestion is to decrease the number of neighbors on"
-                                         " a single interface/subnet"
+               .description = "OSPF attempted to send a Hello larger than MTU but did not",
+               .suggestion = "Too many neighbors configured on a single interface. Suggestion is to decrease the number of neighbors on a single interface/subnet"
        },
        {
                .code = END_FERR,