<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Removing ntohl() will break the code on little endian machines.</blockquote><div></div><div>
sure, somehow i lost this call during rewriting this lines multiple times,.. )-;</div><div></div><div>i should have looked into my diff myself (-;</div><div></div><div>so thanks for doing it for me, Alina!</div><div></div>
<div> > Obviously there is a "big usage";-)</div><div></div><div>im meant shifting 32 bits of a 32 bit data type is not very useful, as it makes no sense, because you can just use </div><div>x=0 instead of using (and failing) x =x<<32;</div>
<div>but sure, obviously it would be better if  x << 32 would be 0 instead of x (-;</div><div></div><div>> ----  snip  ----<br>> Fixed an embarrassing bug if we want to generate a netmask from a prefix == 0.<br>
> Added an inline function to avoid someone else making the same mistake<br><br>> All credits belong to Markus Kittenberger <<a href="mailto:Markus.Kittenberger@gmx.at">Markus.Kittenberger@gmx.at</a>> for finding,<br>
> reporting and hunting it down to the root cause.<br>> ----  snip  ----<br></div><div>muchas gratias, for the credits and for the inline function, ..(-;<br></div><div></div><div>regards Markus</div><div><br></div></div>