]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripngd.c
*: nuke ^L (page feed)
[mirror_frr.git] / ripngd / ripngd.c
index 318f600ef3ea975b0792ee73d98940645fcac233..941c3a068cd441f0b1598caca8b4e5a05db4642f 100644 (file)
@@ -95,7 +95,7 @@ ripng_info_free (struct ripng_info *rinfo)
 {
   XFREE (MTYPE_RIPNG_ROUTE, rinfo);
 }
-\f
+
 /* Create ripng socket. */
 static int 
 ripng_make_socket (void)
@@ -1886,7 +1886,7 @@ ripng_request (struct interface *ifp)
                            NULL, ifp);
 }
 
-\f
+
 static int
 ripng_update_jitter (int time)
 {
@@ -1928,7 +1928,7 @@ ripng_event (enum ripng_event event, int sock)
       break;
     }
 }
-\f
+
 
 /* Print out routes update time. */
 static void
@@ -2767,7 +2767,7 @@ ripng_distribute_update_all_wrapper (struct access_list *notused)
 {
   ripng_distribute_update_all(NULL);
 }
-\f
+
 /* delete all the added ripng routes. */
 void
 ripng_clean()