summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorkn <kn@openbsd.org>2020-02-16 20:02:21 +0000
committerkn <kn@openbsd.org>2020-02-16 20:02:21 +0000
commitd5ae28d25d5b896483b47e0ddd59ebcba00f0aad (patch)
tree9d52e791c12525cc72a7ded82fad2600ab82d4d6 /etc
parentRework vn_ioctl() to only have a single point of return. This will make (diff)
downloadwireguard-openbsd-d5ae28d25d5b896483b47e0ddd59ebcba00f0aad.tar.xz
wireguard-openbsd-d5ae28d25d5b896483b47e0ddd59ebcba00f0aad.zip
Remove trailing backslashes
"prefix-set" blocks work with line breaks just fine, probably old macro leftover. OK job claudio
Diffstat (limited to 'etc')
-rw-r--r--etc/examples/bgpd.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/examples/bgpd.conf b/etc/examples/bgpd.conf
index 76a95dfb4ce..2782bbe6bee 100644
--- a/etc/examples/bgpd.conf
+++ b/etc/examples/bgpd.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: bgpd.conf,v 1.17 2019/11/30 02:31:12 deraadt Exp $
+# $OpenBSD: bgpd.conf,v 1.18 2020/02/16 20:02:21 kn Exp $
# example bgpd configuration file, see bgpd.conf(5)
# define our own ASN as a macro
@@ -9,9 +9,9 @@ AS $ASN
router-id 192.0.2.1
# list of networks that may be originated by our ASN
-prefix-set mynetworks { \
- 192.0.2.0/24 \
- 2001:db8:abcd::/48 \
+prefix-set mynetworks {
+ 192.0.2.0/24
+ 2001:db8:abcd::/48
}
include "/var/db/rpki-client/openbgpd"