The attached diff removes an if block which is never true due to the datatypes being compared...<br><br>iface->AdvCurHopLimit is uint_8, MAX_AdvCurHopLimit is 255 so iface->AdvCurHopLimit is never > 255.<br><br>The code can be removed unless we're expecting somebody to change the datatype or the max hop limit (which I'm assuming is not the case)...<br>
<br>Thanks,<br>Reuben<br>