Hi Gregory,

Gregory Smith <[email protected]> writes:

> See RFC 2131, section 4.3.2. When handling a DHCPREQUEST message, the
> server should validate that the client's requested IP matches the
> offered IP. If not, the server should reply with a DHCPNAK. The client's
> requested IP is either specified as the Requested IP Address (option
> 50), or as the ciaddr, depending on the client's state.
>
> v3 -> v4
> --------
>  * Reworked the option-parsing while loop.
>
> v2 -> v3
> --------
>  * Fixed long line.
>
> v1 -> v2
> --------
>  * Refactored DHCP option parsing and packet boundary checks.
>
>
> Signed-off-by: Gregory Smith <[email protected]>
> ---

It looks like this patch introduces a build failure on travis:

  https://travis-ci.org/ovsrobot/ovs/jobs/463958136

Thanks,
-Aaron
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to