If you desire a behavior akin to Debian GNU/Linux, you might want to consider installing inetutils.tcz.
Also, you might want to have a look at "ipcalc" (incl. in base).
Thank You for You advice, i do find ipcalc quite useful.
Please report this to busybox.
Thanks a lot, I've reported it to busybox:
https://bugs.busybox.net/show_bug.cgi?id=5786I've found that the only way to get the proper IP and subnet assignment per interface while
using busybox is - instead of using:
----
ifconfig eth4 up 172.16.2.1/24
----
i could use:
----
ifconfig eth4 172.16.2.1 netmask 255.255.255.0 broadcast 172.16.2.255
----
And then i get the propper IP and subnet assignment.
We shall wait for resolving of the busybox bug.
Best Regards,
Jovan