check_sum_net_lsa(struct proto_ospf *po, ort *nf)
{
struct area_net *anet = NULL;
- struct ospf_area *anet_oa;
+ struct ospf_area *anet_oa = NULL;
/* RT entry marked as area network */
if (nf->fn.x0)
{
ifa.prefix = ipa_and(ifa.ip, ipa_mkmask(masklen));
- if (i->ifa_prefixlen == BITS_PER_IP_ADDRESS - 1)
+ if (masklen == (BITS_PER_IP_ADDRESS - 1))
ifa.opposite = ipa_opposite_m1(ifa.ip);
#ifndef IPV6
- if (i->ifa_prefixlen == BITS_PER_IP_ADDRESS - 2)
+ if (masklen == (BITS_PER_IP_ADDRESS - 2))
ifa.opposite = ipa_opposite_m2(ifa.ip);
#endif
}