|
From: Serge L. <fi...@in...> - 2010-02-25 04:07:52
|
Bruce, I see this line in setup eval $(ipcalc -b $IP $NETMASK 2> /dev/null) Do we need to calculate broadcast? sipcalc 192.168.1.4 255.255.255.224 | grep Broadcast | cut -d'-' -f2 does the same. PS. We can have the both program of course if you prefer to use ipcalc Serge On 02/24/2010 06:52 PM, Bruce Smith wrote: > The main "setup" program uses ipcalc, so removing it will break setup. > > Is there any reason we can't have both programs? > > Or how much difference is there in the syntax (how much work to fix setup)? > > - BS > > > On Wed, Feb 24, 2010 at 21:38, Heiko Zuerker <he...@zu...> wrote: >>> -----Original Message----- >>> From: Andrzej Odyniec [mailto:an...@ma...] >>> Sent: Wednesday, February 24, 2010 8:37 PM >>> To: dev...@li... >>> Subject: Re: [Devil-linux-develop] sipcalc? >>> >>> Hi, >>> >>> Serge Leschinsky wrote: >>>> I'm very sorry for inconvenience with broken makefiles. >>> Absolutely no problem. :) >>> >>>> So, if we are agree that sipcalc is better than ipcalc, I'll >>> upload the package >>>> and script (and remove ipcalc) >>> >>> As for me ipcalc is practically unusable. I found and I'm using >>> perl script >>> known as: >>>> # IPv4 Calculator >>>> # Copyright (C) Krischan Jodies 2000 - 2004 >>>> # krischan()jodies.de, http://jodies.de/ipcalc >>> >>> But sipcalc has near this same functionality. This is nice. >> >> I'm good with it too. >> >> Heiko >> >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Devil-linux-develop mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devil-linux-develop >> > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Devil-linux-develop mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-develop > |