Re: [ovs-dev] [PATCH v1] Add support for DHCP options - Domain Search List (119) and TFTP server (66).

2020-05-04 Thread 0-day Robot
Bleep bloop. Greetings Ankur Sharma, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: error: sha1 information is lacking or useless (lib/actions.c). error: could not build fake

[ovs-dev] [PATCH v1] Add support for DHCP options - Domain Search List (119) and TFTP server (66).

2020-05-04 Thread Ankur Sharma
From: Dhathri Purohith 1. Add support for DHCP domain search option (119) Domain search list is encoded according to the specifications in RFC 1035, section 4.1.4. 2. Fix the data type for DHCP option tftp_server (66) Currently, DHCP option is of type ipv4. But, according to RFC 2132,