Re: [ns] Disable ARP

2007-03-21 Thread Pedro Vale Estrela
ço de 2007 0:51 > To: [EMAIL PROTECTED] > Subject: Re: [ns] Disable ARP > > Hi Pedro, > > Thank you for the valuable help. > Actually, I am using the following three lines at the top of > ARPTable::arpresolve > with no problems so far. They just happened to trigger anoth

Re: [ns] Disable ARP

2007-03-20 Thread Pedro Vale Estrela
imulator instance] set MH_node_handle [NOAH_iaddr2handle $iaddr] set ll [$MH_node_handle set ll_(0)] #puts "found: $MH_node_handle $ll" return $ll } --- cut here --- - Re: [ns] Disable ARP Ahmad Khayyat Wed, 28 Feb 2007 02:27:15 -0800 Never

Re: [ns] Disable ARP

2007-02-28 Thread Ahmad Khayyat
Never mind. The two lines work perfectly. They just happened to trigger another problem, which is taken care of now :) On Tue, 27 Feb 2007 18:27:37 -0500 Ahmad Khayyat <[EMAIL PROTECTED]> wrote: > What is the easiest way to disable the use of the ARP protocol? > I guess the IP address correspond

[ns] Disable ARP

2007-02-27 Thread Ahmad Khayyat
What is the easiest way to disable the use of the ARP protocol? I guess the IP address corresponds to the MAC address in ns-2, doesn't it? So how do I make the LL/ARP modules use it immediately without using ARP? I tried adding the following two lines at the top of ARPTable::arpresolve(nsaddr_t d