Leopold Palomo-Avellaneda wrote:
> A Dimarts 27 Març 2007 13:10, M. Koehrer va escriure:
>> Hi Leo,
>>
>> I did something similar.
>> My approach is not really beautiful but I works nice.
>> I call rtroute solicit in a sh-loop:
>>
>> for (( i=0; i<255; i++)); do
>>    rtroute solicit 192.168.1.$i dev rteth0
>> done
>>
>> This is fairly fast and works!
>> However, a "smoother" way to do that (directly in rtroute) would be
>> actually better...

[The smoothest way ARP maintenance is actually RTcfg, but that one was
designed for RTmac scenarios.]

>>
>> You can see the routing list by calling rtroute without arguments.
> 
> thanks Mathias,
> 
> it really works nice. Maybe adding some parameters in the rtconf file with 
> the 
> number of nodes, or something similar would be better. To think it.

Patches against the rtnet script or whatever are always welcome.

Jan


Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to