Reading it for the first time, I thought `mynetworks' is special and
that's why it has these line continuations, but it's not and the example
looks much nicer without.

The `bogons' block directly following doesn't use it, either.

Feedback? OK?


Index: etc/examples/bgpd.conf
===================================================================
RCS file: /cvs/src/etc/examples/bgpd.conf,v
retrieving revision 1.17
diff -u -p -r1.17 bgpd.conf
--- etc/examples/bgpd.conf      30 Nov 2019 02:31:12 -0000      1.17
+++ etc/examples/bgpd.conf      16 Feb 2020 19:04:41 -0000
@@ -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"

Reply via email to