<div>Hi Rob & List,</div><div> </div><div>Attached are the patches.</div><div> </div><div>1. <strong>dumpleases.c:</strong> Added IPv6 support and sync with dhcp server.</div><div>                            Added long opt for "-r" and "-a" options.</div><div> </div><div>2. <strong>ip.c:</strong> Couple of bug fixes in different modules of IP.</div><div>            a. <strong>IP-link:</strong> with multiple sub-options, parsing issue was observed.</div><div>            e.g,</div><div>                   #./toybox ip link set dummy0 mtu 1000 arp on<br>                    usage: ip [ OPTIONS ] OBJECT <br>                    { COMMAND } <br>                    Show / manipulate routing, devices, policy routing and tunnels.</div><div>                    where OBJECT := <br>                    {address | link | route | rule | tunnel | neigh} <br>                    OPTIONS := { -f[amily] <br>                    { inet | inet6 | link } <br>                    | -o[neline] }</div><div>                    ip:</div><div>            b. <strong>ip rule:</strong> Accepting -ve values for priority, ip rule show had an issue, where it was displaying wrong info.</div><div>            e.g,</div><div>                   # ./toybox ip rule add from <a href="http://1.2.3.4/20">1.2.3.4/20</a> to <a href="http://6.7.8.9/20">6.7.8.9/20</a> pref 2 tos 2  fwmark 3 dev loopback type 3 table local realms 3<br>                   # ./toybox ip rule show<br>                   0:      from all lookup local<br>                   2:      from <a href="http://1.2.3.4/20">1.2.3.4/20</a> to <a href="http://6.7.8.9/20">6.7.8.9/20</a> tos mincost fwmark 0x3 iif loopback lookup local <strong>cosmosbroadcast  --> wrong info</strong><br>                   32766:  from all lookup main<br>                   32767:  from all lookup default</div><div> </div><div>Please have a look.</div><div><br>-- <br></div><div class="gmail_signature">Thanks & Regards<br>Sameer Prakash Pradhan</div>