all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48607] [PATCH] documentation: add explanation for wireguard keep-alive setting
@ 2021-05-23 11:13 Solene Rapenne via Guix-patches via
  2021-05-23 16:11 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 4+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-05-23 11:13 UTC (permalink / raw)
  To: 48607

---
 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#48607] [PATCH] documentation: add explanation for wireguard keep-alive setting
  2021-05-23 11:13 [bug#48607] [PATCH] documentation: add explanation for wireguard keep-alive setting Solene Rapenne via Guix-patches via
@ 2021-05-23 16:11 ` Guillaume Le Vaillant
  2021-05-23 16:32   ` Solene Rapenne via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Le Vaillant @ 2021-05-23 16:11 UTC (permalink / raw)
  To: Solene Rapenne; +Cc: 48607

[-- Attachment #1: Type: text/plain, Size: 799 bytes --]

Solene Rapenne <solene@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#48607] [PATCH] documentation: add explanation for wireguard keep-alive setting
  2021-05-23 16:11 ` Guillaume Le Vaillant
@ 2021-05-23 16:32   ` Solene Rapenne via Guix-patches via
  2021-05-23 17:11     ` bug#48607: " Guillaume Le Vaillant
  0 siblings, 1 reply; 4+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-05-23 16:32 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: 48607

Le Sun, 23 May 2021 16:11:00 +0000,
Guillaume Le Vaillant <glv@posteo.net> a écrit :

> Solene Rapenne <solene@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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#48607: [PATCH] documentation: add explanation for wireguard keep-alive setting
  2021-05-23 16:32   ` Solene Rapenne via Guix-patches via
@ 2021-05-23 17:11     ` Guillaume Le Vaillant
  0 siblings, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2021-05-23 17:11 UTC (permalink / raw)
  To: Solene Rapenne; +Cc: 48607-done

[-- Attachment #1: Type: text/plain, Size: 1416 bytes --]

Solene Rapenne <solene@perso.pw> skribis:

> Le Sun, 23 May 2021 16:11:00 +0000,
> Guillaume Le Vaillant <glv@posteo.net> a écrit :
>
>> Solene Rapenne <solene@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-23 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 11:13 [bug#48607] [PATCH] documentation: add explanation for wireguard keep-alive setting Solene Rapenne via Guix-patches via
2021-05-23 16:11 ` Guillaume Le Vaillant
2021-05-23 16:32   ` Solene Rapenne via Guix-patches via
2021-05-23 17:11     ` bug#48607: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.