diff options
author | 2021-02-02 00:34:03 +0000 | |
---|---|---|
committer | 2021-02-02 00:34:03 +0000 | |
commit | 7d9b2f2f77bea0095e5af3377fe49c9b1ba47384 (patch) | |
tree | e60c19fc0e38b20a52ad3d9adc380f82df22574d | |
parent | Document MODOCAML_RUNDEP (diff) | |
download | wireguard-openbsd-7d9b2f2f77bea0095e5af3377fe49c9b1ba47384.tar.xz wireguard-openbsd-7d9b2f2f77bea0095e5af3377fe49c9b1ba47384.zip |
Improve the last comment
Remove a trailing white space, don't misspell misconfiguration and
use https.
ok jmc, claudio
-rw-r--r-- | etc/examples/bgpd.conf | 8 |
1 files 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 |