Dymo_fau has a valid entry route but ip doesn't have a entry route.

24 views
Skip to first unread message

houssem dghaies

unread,
Sep 16, 2012, 9:57:36 AM9/16/12
to omn...@googlegroups.com
Hi Guys,

plz help I can't figure out how to fix this error

<!> Error in module (DYMO) Net80211_dymo_fau.host[3].manetrouting.manetmanager.manetroutingprotocol (id=217) at event #277, t=0.202095720298: Model error: Dymo_fau has a valid entry route but ip doesn't have a entry route.


thanks so much

Christoph Sommer

unread,
Sep 16, 2012, 2:07:42 PM9/16/12
to omn...@googlegroups.com
houssem dghaies wrote:
> plz help I can't figure out how to fix this error
> [...] Dymo_fau has a valid entry route but ip doesn't have a entry route.

I cannot find that error message anywhere in the source code [1]. Which
version are you using?

Best,

Chris


[1]
https://github.com/sommer/inet-sommer/blob/dymo/src/applications/dymo/DYMO.cc

--
Dr. Christoph Sommer
Network Research Lab, UCLA
Phone: +1 310-425-4674
BH 3803, 420 Westwood Plaza
Los Angeles, CA, 90095

Alfonso Ariza Quintana

unread,
Sep 16, 2012, 2:19:59 PM9/16/12
to omn...@googlegroups.com
This error is in my adaptation and it is launched if for some reason the
internal routing tables and the routing tables in the IP module are
different, the most probably cause is that the IP routing tables has been
filled by the Auto configuration module.

-----Mensaje original-----
From: Christoph Sommer
Sent: Sunday, September 16, 2012 8:07 PM
To: omn...@googlegroups.com
Subject: Re: [Omnetpp-l] Dymo_fau has a valid entry route but ip doesn't
have a entry route.

houssem dghaies wrote:
> plz help I can't figure out how to fix this error
> [...] Dymo_fau has a valid entry route but ip doesn't have a entry route.

I cannot find that error message anywhere in the source code [1]. Which
version are you using?

Best,

Chris


[1]
https://github.com/sommer/inet-sommer/blob/dymo/src/applications/dymo/DYMO.cc

--
Dr. Christoph Sommer
Network Research Lab, UCLA
Phone: +1 310-425-4674
BH 3803, 420 Westwood Plaza
Los Angeles, CA, 90095

--
--
Sent from the OMNeT++ mailing list. To configure your membership,
visit http://groups.google.com/group/omnetpp



houssem dghaies

unread,
Sep 16, 2012, 4:27:06 PM9/16/12
to omn...@googlegroups.com
Thanks Mr Cristoph and Mr Alfonso for replying,
In fact, I want to send a new defined msg from Dest to Src called Trust (REPly)
I was able to send a Trust (REQuest) msg to the dest bu using controlManeTtoRouting() after establishing the route
controlMessageToManetRouting(MANET_ROUTE_NOROUTE,gram);
But I failed to send back a Trust (REPly) to the Src.
Here's my coding in IP.cc:

void IP::handleReceivedTRUST(IPDatagram *datagram)
{
                                                        Trust *msg = new Trust("TREP", 1);

msg->setValue(getTrustn());
msg->setRCvalue(getTrusti());
msg->setType(TRUST_TREP);
msg->setSrcAddress(datagram->getDestAddress());
msg->setDestAddress(datagram->getSrcAddress());

cPacket *packet=check_and_cast<cPacket *>(msg);

IPControlInfo *ipControlInfo = new IPControlInfo();
ipControlInfo->setProtocol(IP_PROT_TRUST);
ipControlInfo->setSrcAddr(datagram->getDestAddress());
ipControlInfo->setDestAddr(datagram->getSrcAddress());
ipControlInfo->setTimeToLive(15);

InterfaceEntry * ie = getSourceInterfaceFrom(datagram);

IPDatagram *dgram=encapsulate(packet, ie, ipControlInfo);

send(dgram, queueOutGate);
}

jarraya hamida

unread,
Oct 13, 2012, 6:11:09 AM10/13/12
to omn...@googlegroups.com
Okey So How we could fix this error ?

Alfonso Ariza Quintana

unread,
Oct 14, 2012, 5:49:57 AM10/14/12
to omn...@googlegroups.com

In inet or inetmanet.


Date: Sat, 13 Oct 2012 03:11:09 -0700
From: jarray...@gmail.com
To: omn...@googlegroups.com
Subject: [Omnetpp-l] Re: Dymo_fau has a valid entry route but ip doesn't have a entry route.


Okey So How we could fix this error ?

Reply all
Reply to author
Forward
0 new messages