]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_ia.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / ospfd / ospf_ia.h
index f102545f803510dd649a8dbe5d7c7219db053d5f..05ad13c06eb65c2595141a8e5dc501050c628537 100644 (file)
 #define _ZEBRA_OSPF_IA_H
 
 /* Macros. */
-#define OSPF_EXAMINE_SUMMARIES_ALL(A,N,R) \
-       { \
-         ospf_examine_summaries ((A), SUMMARY_LSDB ((A)), (N), (R)); \
-         ospf_examine_summaries ((A), ASBR_SUMMARY_LSDB ((A)), (N), (R)); \
+#define OSPF_EXAMINE_SUMMARIES_ALL(A, N, R)                                    \
+       {                                                                      \
+               ospf_examine_summaries((A), SUMMARY_LSDB((A)), (N), (R));      \
+               ospf_examine_summaries((A), ASBR_SUMMARY_LSDB((A)), (N), (R)); \
        }
 
-#define OSPF_EXAMINE_TRANSIT_SUMMARIES_ALL(A,N,R) \
-       { \
-         ospf_examine_transit_summaries ((A), SUMMARY_LSDB ((A)), (N), (R)); \
-         ospf_examine_transit_summaries ((A), ASBR_SUMMARY_LSDB ((A)), (N), (R)); \
+#define OSPF_EXAMINE_TRANSIT_SUMMARIES_ALL(A, N, R)                            \
+       {                                                                      \
+               ospf_examine_transit_summaries((A), SUMMARY_LSDB((A)), (N),    \
+                                              (R));                           \
+               ospf_examine_transit_summaries((A), ASBR_SUMMARY_LSDB((A)),    \
+                                              (N), (R));                      \
        }
 
-extern void ospf_ia_routing (struct ospf *, struct route_table *,
-                            struct route_table *);
-extern int ospf_area_is_transit (struct ospf_area *);
+extern void ospf_ia_routing(struct ospf *, struct route_table *,
+                           struct route_table *);
+extern int ospf_area_is_transit(struct ospf_area *);
 
 #endif /* _ZEBRA_OSPF_IA_H */