<div dir="ltr">Hi, today, I fixed some parts of ifconfig.test.<div><br></div><div>At first, the testsuite uses <i>dummy0</i> interface,</div><div>but it is not activated with only <i>ifconfig</i>. so I added '<i>modprobe dummy</i>' command.</div><div><br></div><div><br></div><div>And I have a question for how to fix it.</div><div>In case of <i>pointtopoint</i>, some references say 'pointopoint' and some others say 'point-to-point'</div><div>As I just looking forwarded <i>toys/other/ifconfig.c</i> , I think <i>pointopoint</i> is proper.</div><div><br></div><div>But if i test as below:</div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><i>ifconfig dummy0 pointopoint 127.0.0.2</i></div></blockquote><div><br></div><div>It says error.</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><i>ioctl 8918: Cannot assign requested address</i></div></blockquote><div><br></div><div><br></div><div>And I test as below:<br></div><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><i>ifconfig dummy0 127.0.0.2 pointopoint 127.0.0.3</i><br></blockquote><br></div><div>It doesn't show error, but I can't confirm the second address from ifconfig or netstat.</div><div>How can I check it?<br></div><div><br></div><div><br></div><div>Lastly, I added testcase for setting <i>txqueuelen</i>.<br></div><div><br></div><div>Could you share your opinion?</div><div><br></div><div><br></div><div>YD</div><div><br></div></div>