diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/examples/bgpd.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/examples/bgpd.conf b/etc/examples/bgpd.conf index 8bb9f567c3b..619ce42df1d 100644 --- a/etc/examples/bgpd.conf +++ b/etc/examples/bgpd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: bgpd.conf,v 1.23 2024/07/24 18:56:57 job Exp $ +# $OpenBSD: bgpd.conf,v 1.24 2024/07/24 19:28:37 job Exp $ # example bgpd configuration file, see bgpd.conf(5) # define our own ASN as a macro @@ -40,6 +40,7 @@ prefix-set bogons { 2002::/16 or-longer # 6to4 anycast relay [RFC7526] 3ffe::/16 or-longer # old 6bone 3fff::/20 or-longer # docu range [draft-ietf-v6ops-rfc3849-update] + 5f00::/16 or-longer # segment routing SRv6 SIDs [RFC9602] fc00::/7 or-longer # unique local unicast fe80::/10 or-longer # link local unicast fec0::/10 or-longer # old site local unicast |