mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:26:14 +00:00
ospfd: comment out unused function
This commit is contained in:
parent
917e29954e
commit
3408afe2ac
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user