From 7d9b2f2f77bea0095e5af3377fe49c9b1ba47384 Mon Sep 17 00:00:00 2001 From: danj Date: Tue, 2 Feb 2021 00:34:03 +0000 Subject: [PATCH] Improve the last comment Remove a trailing white space, don't misspell misconfiguration and use https. ok jmc, claudio --- etc/examples/bgpd.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/examples/bgpd.conf b/etc/examples/bgpd.conf index 6bef439e149..89de1a9e994 100644 --- a/etc/examples/bgpd.conf +++ b/etc/examples/bgpd.conf @@ -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 -- 2.20.1