]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_errors.c
Merge pull request #7155 from donaldsharp/TRAP
[mirror_frr.git] / ospfd / ospf_errors.c
index 566fc29202d13c121433d9970d5a5836230b3127..2de77a43f6bc04d8d2918162d3959b3cc70ee8b2 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",
        },
@@ -157,6 +157,12 @@ static struct log_ref ferr_ospf_err[] = {
                .description = "OSPF Segment Routing invalid lsa id",
                .suggestion = "Restart OSPF instance, If the problem persists, report the problem for troubleshooting"
        },
+       {
+               .code = EC_OSPF_SR_SID_OVERFLOW,
+               .title = "OSPF SR Segment-ID overflow",
+               .description = "OSPF Segment Routing ID index or label exceed Global or Local Block Range",
+               .suggestion = "Restart OSPF instance, If the problem persists, report the problem for troubleshooting"
+       },
        {
                .code = EC_OSPF_INVALID_ALGORITHM,
                .title = "OSPF SR Invalid Algorithm",
@@ -169,6 +175,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,
        }