<div dir="ltr">Hi, <div><br></div><div style>I'm making arping, but I find some issue about parsing integer value when I test toybox arping.</div><div style><br></div><div style>Toybox infra code handles the number values in three way:</div>

<div style><br></div><div style>1. if you input 10, it is treated as decimal number. it is 10</div><div style>2. if you input 010, it is treated as octal number. it is 8</div><div style>3. if you input 0x10, it is treated as Hex number. it is 16</div>

<div style><br></div><div style><br></div><div style>So when I execute <b>$ toybox arping -c 010 100.0.0.1, </b>arping<b> </b>is executed 8 times.<br></div><div style>In my ubuntu, however, when I execute <b>$ arping -c 010 100.0.0.1</b>, arping is executed 10 times.</div>

<div style><b><br></b></div><div style><b><br></b></div><div style>I think toybox's approach is right, because it can supports octal, hex number automatically.<br></div><div style>It's very useful.</div><div style>

But above case, some people can be confused.<br></div><div style>Is it fine?</div><div style>How about your opinion?</div><div style><br></div><div style>Thanks.</div><div style>Kyungwan Han.</div><div style><br></div><div style>

<br></div><div style><br></div><div style><br></div></div>