]> git.proxmox.com Git - mirror_frr.git/commitdiff
ospfd: comment out unused function
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 3 Dec 2009 16:18:26 +0000 (19:18 +0300)
committerDenis Ovsienko <infrastation@yandex.ru>
Thu, 3 Dec 2009 16:18:26 +0000 (19:18 +0300)
ospfd/ospf_ase.c

index 7bddf3f4db2a17d549463ca4f1855ce280dd9182..5d0cae42d69cb113fcdb9391f2085e2c2865fcfa 100644 (file)
@@ -157,6 +157,7 @@ ospf_ase_forward_address_check (struct ospf *ospf, struct in_addr fwd_addr)
   return 1;
 }
 
+#if 0
 /* Calculate ASBR route. */
 static struct ospf_route *
 ospf_ase_calculate_asbr_route (struct ospf *ospf,
@@ -237,6 +238,7 @@ ospf_ase_calculate_asbr_route (struct ospf *ospf,
 
   return asbr_route;
 }
+#endif
 
 static struct ospf_route *
 ospf_ase_calculate_new_route (struct ospf_lsa *lsa,