Re: [LEDE-DEV] [PATCH mdns 1/3] Prepare support for sending unicast DNS answers

2017-02-14 Thread John Crispin
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

Re: [LEDE-DEV] [PATCH mdns 1/3] Prepare support for sending unicast DNS answers

2017-02-14 Thread Rafał Miłecki
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

[LEDE-DEV] [PATCH mdns 1/3] Prepare support for sending unicast DNS answers

2017-02-14 Thread Rafał Miłecki
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 ++