Improve the last comment
authordanj <danj@openbsd.org>
Tue, 2 Feb 2021 00:34:03 +0000 (00:34 +0000)
committerdanj <danj@openbsd.org>
Tue, 2 Feb 2021 00:34:03 +0000 (00:34 +0000)
Remove a trailing white space, don't misspell misconfiguration and
use https.

ok jmc, claudio

etc/examples/bgpd.conf

index 6bef439..89de1a9 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: bgpd.conf,v 1.20 2020/05/08 00:56:29 deraadt Exp $
+# $OpenBSD: bgpd.conf,v 1.21 2021/02/02 00:34:03 danj Exp $
 # example bgpd configuration file, see bgpd.conf(5)
 
 # define our own ASN as a macro
@@ -119,9 +119,9 @@ deny quick from any prefix-set bogons
 deny quick from ebgp ovs invalid
 
 # filter bogon AS numbers
-# AS_TRANS (23456) is not supposed to show up in any path and indicates a 
-# missconfiguration. Additionally Private or Reserved ASNs have no place in
-# the public DFZ. http://www.iana.org/assignments/as-numbers/as-numbers.xhtml
+# AS_TRANS (23456) is not supposed to show up in any path and indicates a
+# misconfiguration. Additionally Private or Reserved ASNs have no place in
+# the public DFZ. https://www.iana.org/assignments/as-numbers/as-numbers.xhtml
 deny quick from any AS 23456
 deny quick from any AS 64496 - 131071
 deny quick from any AS 4200000000 - 4294967295