]> git.puffer.fish Git - mirror/frr.git/commitdiff
Merge pull request #10158 from ckishimo/ospf6d_norefresh
authorRuss White <russ@riw.us>
Tue, 29 Mar 2022 12:36:05 +0000 (08:36 -0400)
committerGitHub <noreply@github.com>
Tue, 29 Mar 2022 12:36:05 +0000 (08:36 -0400)
ospf6d: stop refreshing type-5 from NSSA

1  2 
ospf6d/ospf6_nssa.c

index 1220c32783d0eac17d1674e4e4ad2898e269c136,5c3d31dda801b0a0f25b55f85164afcac415715e..53b45d6ca3e61407d2f55d983aa00475d105cd3e
@@@ -613,9 -613,10 +613,10 @@@ struct ospf6_lsa *ospf6_translated_nssa
        return new;
  }
  
- static void ospf6_abr_translate_nssa(struct ospf6_area *area, struct ospf6_lsa *lsa)
+ static void ospf6_abr_translate_nssa(struct ospf6_area *area,
+                                    struct ospf6_lsa *lsa)
  {
 -      /* Incoming Type-7 or later aggregated Type-7
 +      /* Incoming Type-7 or aggregated Type-7
         *
         * LSA is skipped if P-bit is off.
         *