]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_lsa.c
*: nuke ^L (page feed)
[mirror_frr.git] / ospfd / ospf_lsa.c
index 967cdb5803a85bccfa7a9f342a575bcfff073af9..fef6b162fc2d9e608c90a9508f77c6ee0ff73ee2 100644 (file)
@@ -50,7 +50,7 @@
 #include "ospfd/ospf_ase.h"
 #include "ospfd/ospf_zebra.h"
 
-\f
+
 u_int32_t
 get_metric (u_char *metric)
 {
@@ -61,7 +61,7 @@ get_metric (u_char *metric)
   return m;
 }
 
-\f
+
 struct timeval
 tv_adjust (struct timeval a)
 {
@@ -159,7 +159,7 @@ ospf_lsa_refresh_delay (struct ospf_lsa *lsa)
   return delay;
 }
 
-\f
+
 int
 get_age (struct ospf_lsa *lsa)
 {
@@ -171,7 +171,7 @@ get_age (struct ospf_lsa *lsa)
   return age;
 }
 
-\f
+
 /* Fletcher Checksum -- Refer to RFC1008. */
 
 /* All the offsets are zero-based. The offsets in the RFC1008 are 
@@ -205,7 +205,7 @@ ospf_lsa_checksum_valid (struct lsa_header *lsa)
 }
 
 
-\f
+
 /* Create OSPF LSA. */
 struct ospf_lsa *
 ospf_lsa_new ()
@@ -341,7 +341,7 @@ ospf_lsa_data_free (struct lsa_header *lsah)
   XFREE (MTYPE_OSPF_LSA_DATA, lsah);
 }
 
-\f
+
 /* LSA general functions. */
 
 const char *
@@ -393,7 +393,7 @@ lsa_header_set (struct stream *s, u_char options,
 
   stream_forward_endp (s, OSPF_LSA_HEADER_SIZE);
 }
-\f
+
 
 /* router-LSA related functions. */
 /* Get router-LSA flags. */
@@ -746,7 +746,7 @@ ospf_router_lsa_body_set (struct stream *s, struct ospf_area *area)
   /* Set # of links here. */
   stream_putw_at (s, putp, cnt);
 }
-\f
+
 static int
 ospf_stub_router_timer (struct thread *t)
 {
@@ -803,7 +803,7 @@ ospf_stub_router_check (struct ospf_area *area)
   OSPF_AREA_TIMER_ON (area->t_stub_router, ospf_stub_router_timer,
                       area->ospf->stub_router_startup_time);
 }
-\f 
 /* Create new router-LSA. */
 static struct ospf_lsa *
 ospf_router_lsa_new (struct ospf_area *area)
@@ -1005,7 +1005,7 @@ ospf_router_lsa_update (struct ospf *ospf)
   return 0;
 }
 
-\f
+
 /* network-LSA related functions. */
 /* Originate Network-LSA. */
 static void
@@ -1184,7 +1184,7 @@ ospf_network_lsa_refresh (struct ospf_lsa *lsa)
 
   return new;
 }
-\f
+
 static void
 stream_put_ospf_metric (struct stream *s, u_int32_t metric_value)
 {
@@ -1343,7 +1343,7 @@ ospf_summary_lsa_refresh (struct ospf *ospf, struct ospf_lsa *lsa)
   return new;
 }
 
-\f
+
 /* summary-ASBR-LSA related functions. */
 static void
 ospf_summary_asbr_lsa_body_set (struct stream *s, struct prefix *p,
@@ -2377,7 +2377,7 @@ ospf_external_lsa_refresh (struct ospf *ospf, struct ospf_lsa *lsa,
   return new;
 }
 
-\f
+
 /* LSA installation functions. */
 
 /* Install router-LSA to an area. */
@@ -2802,7 +2802,7 @@ ospf_lsa_install (struct ospf *ospf, struct ospf_interface *oi,
   return new;
 }
 
-\f
+
 int
 ospf_check_nbr_status (struct ospf *ospf)
 {
@@ -2827,7 +2827,7 @@ ospf_check_nbr_status (struct ospf *ospf)
   return 1;
 }
 
-\f
+
 
 static int
 ospf_maxage_lsa_remover (struct thread *thread)
@@ -3539,7 +3539,7 @@ ospf_lsa_unique_id (struct ospf *ospf,
   return id;
 }
 
-\f
+
 #define LSA_ACTION_FLOOD_AREA 1
 #define LSA_ACTION_FLUSH_AREA 2
 
@@ -3602,7 +3602,7 @@ ospf_schedule_lsa_flush_area (struct ospf_area *area, struct ospf_lsa *lsa)
   thread_add_event (master, ospf_lsa_action, data, 0);
 }
 
-\f
+
 /* LSA Refreshment functions. */
 struct ospf_lsa *
 ospf_lsa_refresh (struct ospf *ospf, struct ospf_lsa *lsa)