The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=ce53f92e6c81aebacd265665ef1abc04b63fe124
commit ce53f92e6c81aebacd265665ef1abc04b63fe124 Author: Kyle Evans <kev...@freebsd.org> AuthorDate: 2021-03-09 14:50:38 +0000 Commit: Kyle Evans <kev...@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 _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"