]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_spf.c
Merge pull request #5653 from slankdev/slankdev-bgpd-support-prefix-sid-srv6-l3vpn
[mirror_frr.git] / ospf6d / ospf6_spf.c
index aa4a9951731984eebe5c992743404e07837fe4e7..966ef448251876299d85a309fe175d70225b3221 100644 (file)
@@ -435,7 +435,7 @@ void ospf6_spf_table_finish(struct ospf6_route_table *result_table)
        }
 }
 
-static const char *ospf6_spf_reason_str[] = {
+static const char *const ospf6_spf_reason_str[] = {
        "R+", "R-", "N+", "N-", "L+", "L-", "R*", "N*",
 };