]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_errors.c
Merge pull request #5549 from donaldsharp/automated
[mirror_frr.git] / ospfd / ospf_errors.c
index 566fc29202d13c121433d9970d5a5836230b3127..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",
        },
@@ -169,6 +169,12 @@ static struct log_ref ferr_ospf_err[] = {
                .description = "OSPF has attempted to change states when it should not be able to",
                .suggestion = "Gather log files and open an issue",
        },
+       {
+               .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"
+       },
        {
                .code = END_FERR,
        }