]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_zebra.c
*: nuke ^L (page feed)
[mirror_frr.git] / ripngd / ripng_zebra.c
index 8e7660626d4f3385fac3fa234e61a9825e2b6ae7..68f37be324c4d224bdb484169a1985beb3fdd994 100644 (file)
@@ -41,7 +41,7 @@ int ripng_interface_add (int, struct zclient *, zebra_size_t);
 int ripng_interface_delete (int, struct zclient *, zebra_size_t);
 int ripng_interface_address_add (int, struct zclient *, zebra_size_t);
 int ripng_interface_address_delete (int, struct zclient *, zebra_size_t);
-\f
+
 void
 ripng_zebra_ipv6_add (struct prefix_ipv6 *p, struct in6_addr *nexthop,
                      unsigned int ifindex, u_char metric)
@@ -206,7 +206,7 @@ ripng_redistribute_routemap_unset (int type)
   ripng->route_map[type].name = NULL;
   ripng->route_map[type].map = NULL;
 }
-\f
+
 /* Redistribution types */
 static struct {
   int type;