<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/3 Bastian Bittorf <span dir="ltr"><<a href="mailto:bittorf@bluebottle.com" target="_blank">bittorf@bluebottle.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">it needed some days to find the right arguments, but i try to make it short:<br>
<br>
dont implement 'ifconfig'. it's totally obsolete since nearly 10 years.<br>
nobody uses it anymore, even the manpage of 'ifconfig' shows this in<br></blockquote><div><br></div><div>nope. many script does use ifconfig. for example:<br><a href="http://www.linuxquestions.org/questions/linux-networking-3/how-can-i-use-udhcpc-800236/">http://www.linuxquestions.org/questions/linux-networking-3/how-can-i-use-udhcpc-800236/</a><br>

</div><div> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
big letters, it's so much restricted and doesnt know much about networking,<br>
it's a relict if the 1990's and must die.<br>
<br>
better make a stub of 'ip' and implement:<br>
<br>
ip link add/del/show<br>
ip address add/del/show<br>
ip route add/del/show<br>
ip neigh add/del/show<br>
<br>
ifconfig is so fundamentally wrong in architecture, thats<br>
not worth the work. for greybeards you can add a wrapper<br>
which translates every call to ifconfig/route/arp with a<br>
stderr output of "deprecated: use 'ip address show blabla...'".<br>
<br>
sorry for the hard words, but someone must say it 8-)<br>
<br>
bye, bastian<br>
_______________________________________________<br>
Toybox mailing list<br>
<a href="mailto:Toybox@lists.landley.net" target="_blank">Toybox@lists.landley.net</a><br>
<a href="http://lists.landley.net/listinfo.cgi/toybox-landley.net" target="_blank">http://lists.landley.net/listinfo.cgi/toybox-landley.net</a><br>
</blockquote></div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/3 Bastian Bittorf <span dir="ltr"><<a href="mailto:bittorf@bluebottle.com" target="_blank">bittorf@bluebottle.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">it needed some days to find the right arguments, but i try to make it short:<br>
<br>
dont implement 'ifconfig'. it's totally obsolete since nearly 10 years.<br>
nobody uses it anymore, even the manpage of 'ifconfig' shows this in<br>
big letters, it's so much restricted and doesnt know much about networking,<br>
it's a relict if the 1990's and must die.<br>
<br>
better make a stub of 'ip' and implement:<br>
<br>
ip link add/del/show<br>
ip address add/del/show<br>
ip route add/del/show<br>
ip neigh add/del/show<br>
<br>
ifconfig is so fundamentally wrong in architecture, thats<br>
not worth the work. for greybeards you can add a wrapper<br>
which translates every call to ifconfig/route/arp with a<br>
stderr output of "deprecated: use 'ip address show blabla...'".<br>
<br>
sorry for the hard words, but someone must say it 8-)<br>
<br>
bye, bastian<br>
_______________________________________________<br>
Toybox mailing list<br>
<a href="mailto:Toybox@lists.landley.net">Toybox@lists.landley.net</a><br>
<a href="http://lists.landley.net/listinfo.cgi/toybox-landley.net" target="_blank">http://lists.landley.net/listinfo.cgi/toybox-landley.net</a><br>
</blockquote></div><br></div>