From ac272c0067cc7f04e74f0418bc0c9ce63a657175 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 5 Jun 2000 05:06:53 +0000 Subject: Bug in LSA origination. --- proto/ospf/topology.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proto') diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index 22ebc5e..d2a244c 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -98,7 +98,7 @@ originate_rt_lsa_body(struct ospf_area *oa, u16 *length, struct proto_ospf *p) } } break; - case OSPF_IT_BCAST: /*FIXME Go on */ + case OSPF_IT_BCAST: case OSPF_IT_NBMA: if(ifa->state==OSPF_IS_WAITING) { @@ -120,8 +120,8 @@ originate_rt_lsa_body(struct ospf_area *oa, u16 *length, struct proto_ospf *p) if(((ifa->state==OSPF_IS_DR) && (j==1)) || (k==1)) { ln->type=LSART_NET; - ln->id=ifa->drid; - ln->data=ipa_to_u32(ifa->drip); + ln->id=ipa_to_u32(ifa->drip); + ln->data=ipa_to_u32(ifa->iface->addr->ip); ln->metric=ifa->cost; ln->notos=0; } -- cgit v1.2.3