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