In-Reply-To: <20210408091641.30245-1-liaic...@huawei.com>
On Thu, Apr 08, 2021 at 05:16:41PM +0800, Aichun Li wrote:
> From: liaichun <liaic...@huawei.com>
> 
> Before this, we receive a DHCP6REBIND request and do not reply.
> We should increase the number of responses to such packets.
> 
> Signed-off-by: liaichun <liaic...@huawei.com>
> ---
>  src/rfc3315.c | 100 +++++++++++++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 99 insertions(+), 1 deletion(-)
> 
> diff --git a/src/rfc3315.c b/src/rfc3315.c
> index 982c68a..f6fff34 100644
> --- a/src/rfc3315.c
> +++ b/src/rfc3315.c
> @@ -1027,7 +1027,105 @@ static int dhcp6_no_relay(struct state *state, int 
> msg_type, void *inbuff, size_
>       break;
>       
>        }
> -      
> +

Such changes should happen for a last time   :-)


What follows is a patch too large for mailinglist message size limit.
Hence "Copy and paste in bash"

sed --in-place -e 's/^[ \t]*$//' src/*.c src/*.h
git diff | wc  # shows large line count
git diff -w    # shows that it is only white space
git add src/*.c src/*.h
git commit -m "sed --in-place -e 's/^[ \t]*$//' src/*.c src/*.h

Makes empty lines truely empty lines."  --author "Geert Stappers 
<stapp...@stappers.nl>"





Groeten
Geert Stappers
-- 
Silence is hard to parse

_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss

Reply via email to