summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2018-07-13 08:08:11 +0000
committerflorian <florian@openbsd.org>2018-07-13 08:08:11 +0000
commitcf18ce8a31b0e0c36c6b22db6a3134f5ee17a059 (patch)
tree34ebfb88635c73d4e18148c8b7935e0417ef8b03
parentCheck protocol version number before sending an ack indicating that we (diff)
downloadwireguard-openbsd-cf18ce8a31b0e0c36c6b22db6a3134f5ee17a059.tar.xz
wireguard-openbsd-cf18ce8a31b0e0c36c6b22db6a3134f5ee17a059.zip
Explain what the example is doing.
Prompted by, tweak & OK jmc
-rw-r--r--usr.sbin/rad/rad.conf.55
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/rad/rad.conf.5 b/usr.sbin/rad/rad.conf.5
index 8709e46f4f5..d1a8ae54259 100644
--- a/usr.sbin/rad/rad.conf.5
+++ b/usr.sbin/rad/rad.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rad.conf.5,v 1.2 2018/07/13 05:25:29 jmc Exp $
+.\" $OpenBSD: rad.conf.5,v 1.3 2018/07/13 08:08:11 florian Exp $
.\"
.\" Copyright (c) 2018 Florian Obser <florian@openbsd.org>
.\" Copyright (c) 2005 Esben Norby <norby@openbsd.org>
@@ -132,6 +132,9 @@ The default is 2592000.
configuration file
.El
.Sh EXAMPLES
+With the following example configuration
+.Nm
+will pick a prefix from the ix1 interface and send router advertisements on it:
.Bd -literal -offset indent
interface ix1
.Ed