Skip to content

Commit 7d9b2f2

Browse files
committed
Improve the last comment
Remove a trailing white space, don't misspell misconfiguration and use https. ok jmc, claudio
1 parent 5634c1d commit 7d9b2f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

etc/examples/bgpd.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $OpenBSD: bgpd.conf,v 1.20 2020/05/08 00:56:29 deraadt Exp $
1+
# $OpenBSD: bgpd.conf,v 1.21 2021/02/02 00:34:03 danj Exp $
22
# example bgpd configuration file, see bgpd.conf(5)
33

44
# define our own ASN as a macro
@@ -119,9 +119,9 @@ deny quick from any prefix-set bogons
119119
deny quick from ebgp ovs invalid
120120

121121
# filter bogon AS numbers
122-
# AS_TRANS (23456) is not supposed to show up in any path and indicates a
123-
# missconfiguration. Additionally Private or Reserved ASNs have no place in
124-
# the public DFZ. http://www.iana.org/assignments/as-numbers/as-numbers.xhtml
122+
# AS_TRANS (23456) is not supposed to show up in any path and indicates a
123+
# misconfiguration. Additionally Private or Reserved ASNs have no place in
124+
# the public DFZ. https://www.iana.org/assignments/as-numbers/as-numbers.xhtml
125125
deny quick from any AS 23456
126126
deny quick from any AS 64496 - 131071
127127
deny quick from any AS 4200000000 - 4294967295

0 commit comments

Comments
 (0)