GNU bug report logs - #48607
[PATCH] documentation: add explanation for wireguard keep-alive setting

Previous Next

Package: guix-patches;

Reported by: Solene Rapenne <solene <at> perso.pw>

Date: Sun, 23 May 2021 14:56:03 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 48607 in the body.
You can then email your comments to 48607 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#48607; Package guix-patches. (Sun, 23 May 2021 14:56:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Solene Rapenne <solene <at> perso.pw>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 23 May 2021 14:56:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Solene Rapenne <solene <at> perso.pw>
To: guix-patches <at> gnu.org
Subject: [PATCH] documentation: add explanation for wireguard keep-alive
 setting
Date: Sun, 23 May 2021 13:13:42 +0200
---
 doc/guix.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index e8b0485f78..1d2d14d332 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -27104,6 +27104,11 @@ the file does not exist.
 The authorized peers on this interface.  This is a list of
 @var{wireguard-peer} records.
 
+@item @code{keep-alive} (default: @code{#f})
+The seconds between keepalive packets, may be required to keep the VPN
+alive behind a NAT.  When set to @code{#f} there is no keepalive and
+the VPN is fully stateless.
+
 @end table
 @end deftp
 
-- 
2.31.1





Information forwarded to guix-patches <at> gnu.org:
bug#48607; Package guix-patches. (Sun, 23 May 2021 16:12:01 GMT) Full text and rfc822 format available.

Message #8 received at 48607 <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Solene Rapenne <solene <at> perso.pw>
Cc: 48607 <at> debbugs.gnu.org
Subject: Re: [bug#48607] [PATCH] documentation: add explanation for
 wireguard keep-alive setting
Date: Sun, 23 May 2021 16:11:00 +0000
[Message part 1 (text/plain, inline)]
Solene Rapenne <solene <at> perso.pw> skribis:

> ---
>  doc/guix.texi | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/doc/guix.texi b/doc/guix.texi
> index e8b0485f78..1d2d14d332 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -27104,6 +27104,11 @@ the file does not exist.
>  The authorized peers on this interface.  This is a list of
>  @var{wireguard-peer} records.
>  
> +@item @code{keep-alive} (default: @code{#f})
> +The seconds between keepalive packets, may be required to keep the VPN
> +alive behind a NAT.  When set to @code{#f} there is no keepalive and
> +the VPN is fully stateless.
> +
>  @end table
>  @end deftp

Hi,

There's already a description for 'keep-alive' in the section about
the 'wireguard-peer' data type, around line 27128.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#48607; Package guix-patches. (Sun, 23 May 2021 16:34:02 GMT) Full text and rfc822 format available.

Message #11 received at 48607 <at> debbugs.gnu.org (full text, mbox):

From: Solene Rapenne <solene <at> perso.pw>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: 48607 <at> debbugs.gnu.org
Subject: Re: [bug#48607] [PATCH] documentation: add explanation for
 wireguard keep-alive setting
Date: Sun, 23 May 2021 18:32:47 +0200
Le Sun, 23 May 2021 16:11:00 +0000,
Guillaume Le Vaillant <glv <at> posteo.net> a écrit :

> Solene Rapenne <solene <at> perso.pw> skribis:
> 
> > ---
> >  doc/guix.texi | 5 +++++
> >  1 file changed, 5 insertions(+)
> >
> > diff --git a/doc/guix.texi b/doc/guix.texi
> > index e8b0485f78..1d2d14d332 100644
> > --- a/doc/guix.texi
> > +++ b/doc/guix.texi
> > @@ -27104,6 +27104,11 @@ the file does not exist.
> >  The authorized peers on this interface.  This is a list of
> >  @var{wireguard-peer} records.
> >  
> > +@item @code{keep-alive} (default: @code{#f})
> > +The seconds between keepalive packets, may be required to keep the
> > VPN +alive behind a NAT.  When set to @code{#f} there is no
> > keepalive and +the VPN is fully stateless.
> > +
> >  @end table
> >  @end deftp  
> 
> Hi,
> 
> There's already a description for 'keep-alive' in the section about
> the 'wireguard-peer' data type, around line 27128.

Indeed, I missed it, but then why doesn't it appear on this url?
https://guix.gnu.org/manual/en/guix.html#index-wireguard_002dpeer




Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Sun, 23 May 2021 17:12:02 GMT) Full text and rfc822 format available.

Notification sent to Solene Rapenne <solene <at> perso.pw>:
bug acknowledged by developer. (Sun, 23 May 2021 17:12:02 GMT) Full text and rfc822 format available.

Message #16 received at 48607-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Solene Rapenne <solene <at> perso.pw>
Cc: 48607-done <at> debbugs.gnu.org
Subject: Re: [bug#48607] [PATCH] documentation: add explanation for
 wireguard keep-alive setting
Date: Sun, 23 May 2021 17:11:38 +0000
[Message part 1 (text/plain, inline)]
Solene Rapenne <solene <at> perso.pw> skribis:

> Le Sun, 23 May 2021 16:11:00 +0000,
> Guillaume Le Vaillant <glv <at> posteo.net> a écrit :
>
>> Solene Rapenne <solene <at> perso.pw> skribis:
>> 
>> > ---
>> >  doc/guix.texi | 5 +++++
>> >  1 file changed, 5 insertions(+)
>> >
>> > diff --git a/doc/guix.texi b/doc/guix.texi
>> > index e8b0485f78..1d2d14d332 100644
>> > --- a/doc/guix.texi
>> > +++ b/doc/guix.texi
>> > @@ -27104,6 +27104,11 @@ the file does not exist.
>> >  The authorized peers on this interface.  This is a list of
>> >  @var{wireguard-peer} records.
>> >  
>> > +@item @code{keep-alive} (default: @code{#f})
>> > +The seconds between keepalive packets, may be required to keep the
>> > VPN +alive behind a NAT.  When set to @code{#f} there is no
>> > keepalive and +the VPN is fully stateless.
>> > +
>> >  @end table
>> >  @end deftp  
>> 
>> Hi,
>> 
>> There's already a description for 'keep-alive' in the section about
>> the 'wireguard-peer' data type, around line 27128.
>
> Indeed, I missed it, but then why doesn't it appear on this url?
> https://guix.gnu.org/manual/en/guix.html#index-wireguard_002dpeer

I guess it was added after the branch for the current stable version of
Guix was created.
It appears in the manual of the current/devel version at
https://guix.gnu.org/manual/devel/en/guix.html#index-wireguard_002dpeer

I'm closing this issue then.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 21 Jun 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 307 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.