]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_nsm.c
*: nuke ^L (page feed)
[mirror_frr.git] / ospfd / ospf_nsm.c
index bcabd5f70120aa53dcb6bc8fe3e20b48c3aecee1..0e6814e22b5aa55fc36f4b92aba95104332d8a26 100644 (file)
@@ -50,7 +50,7 @@
 #include "ospfd/ospf_snmp.h"
 
 static void nsm_clear_adj (struct ospf_neighbor *);
-\f
+
 /* OSPF NSM Timer functions. */
 static int
 ospf_inactivity_timer (struct thread *thread)
@@ -156,7 +156,7 @@ nsm_should_adj (struct ospf_neighbor *nbr)
 
   return 0;
 }
-\f
+
 /* OSPF NSM functions. */
 static int
 nsm_packet_received (struct ospf_neighbor *nbr)
@@ -258,7 +258,7 @@ ospf_db_summary_clear (struct ospf_neighbor *nbr)
     }
 }
 
-\f
+
 
 /* The area link state database consists of the router-LSAs,
    network-LSAs and summary-LSAs contained in the area structure,