On 14/02/2017 13:48, Rafał Miłecki wrote:
> On 14 February 2017 at 12:18, Rafał Miłecki wrote:
>> From: Rafał Miłecki
>>
>> This adds extra argument to dns_send_answer & interface_send_packet
>> functions. For now we pass NULL-s only.
>
> Hi Rafał, please modify also dns_reply_a to accept this
On 14 February 2017 at 12:18, Rafał Miłecki wrote:
> From: Rafał Miłecki
>
> This adds extra argument to dns_send_answer & interface_send_packet
> functions. For now we pass NULL-s only.
Hi Rafał, please modify also dns_reply_a to accept this new argument.
You may want to send A unicast records
From: Rafał Miłecki
This adds extra argument to dns_send_answer & interface_send_packet
functions. For now we pass NULL-s only.
Signed-off-by: Rafał Miłecki
---
dns.c | 8
dns.h | 2 +-
interface.c | 26 +++---
interface.h | 2 +-
service.c | 6 ++