<div dir="ltr">I saw it recently in the release notes. <div><br></div><div><div><i>split bits;</i></div><div><i><br></i></div><div><i>The split statement specifies the split between the primary and secondary for the purposes of load balancing. Whenever a client makes a DHCP request, the DHCP server runs a hash on the client identification, resulting in value from 0 to 255. This is used as an index into a 256 bit field. If the bit at that index is set, the primary is responsible. If the bit at that index is not set, the secondary is responsible. The split value determines how many of the leading bits are set to one. So, in practice, higher split values will cause the primary to serve more clients than the secondary. Lower split values, the converse. Legal values are between 0 and 256 inclusive, of which the most reasonable is 128. <b style="background-color:rgb(255,217,102)">Note that a value of 0 makes the secondary responsible for all clients and a value of 256 makes the primary responsible for all </b></i></div><div><br></div><div>Source: <a href="https://www.isc.org/wp-content/uploads/2018/02/dhcp44.html">https://www.isc.org/wp-content/uploads/2018/02/dhcp44.html</a></div><div><br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, 16 Aug 2018 at 16:23, Anders Löwinger <<a href="mailto:anders@abundo.se">anders@abundo.se</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 8/15/18 6:19 PM, Philippe Maechler wrote:<br>
> iirc with the latest patch, only the primary server replies to clients <br>
> when the split value is set to 255<br>
<br>
<br>
When was this added?<br>
<br>
<br>
/Anders<br>
<br>
<br>
_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org" target="_blank">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
</blockquote></div>