Date: Tue, 9 Mar 2021 20:21:53 GMT From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ce53f92e6c81 - main - wg(4): note the persistent-keepalive ifconfig(8) option Message-ID: <202103092021.129KLr9A067774@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=ce53f92e6c81aebacd265665ef1abc04b63fe124 commit ce53f92e6c81aebacd265665ef1abc04b63fe124 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2021-03-09 14:50:38 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2021-03-09 20:21:35 +0000 wg(4): note the persistent-keepalive ifconfig(8) option MFC after: 3 days Fixes: b3dac3913dc9 --- share/man/man4/wg.4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man4/wg.4 b/share/man/man4/wg.4 index 760584e3a386..335d3e70b64a 100644 --- a/share/man/man4/wg.4 +++ b/share/man/man4/wg.4 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 7, 2021 +.Dd March 9, 2021 .Dt WG 4 .Os .Sh NAME @@ -78,6 +78,8 @@ A list of allowed IP addresses. The IP address of the WiredGuard to connect to. .It Cm peer-list A list of peering IP addresses to connect to. +.It Cm persistent-keepalive +Interval, in seconds, at which to send persistent keepalive packets. .El .Pp The
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103092021.129KLr9A067774>