Notes |
(0003644)
vda
02-02-08 10:00
|
Needs to be rebased to more recent busybox. Unfortunately, 1.9.0 had many changes in DHCP applets. |
| |
(0012574)
nshmyrev
10-02-08 15:43
|
Btw, your last patch seems to be incorrect with printing masks when mask doesn't end on octet, say /14 = 255.252.0.0. It prints instead 255.63.0.0 |
| |
(0012584)
nshmyrev
10-02-08 16:04
|
Proper code should be something like
ret = (0xffffffff) << (0x20 - mask); |
| |
(0012604)
nmav
10-03-08 00:21
|
I think I fixed this issue in the latest update. |
| |