Add 5f00::/16 segment routing SRv6 SIDs prefix to example bogon list
authorjob <job@openbsd.org>
Wed, 24 Jul 2024 19:28:37 +0000 (19:28 +0000)
committerjob <job@openbsd.org>
Wed, 24 Jul 2024 19:28:37 +0000 (19:28 +0000)
"In SRv6, SR source nodes initiate packets with a segment identifier in
the Destination Address of the IPv6 header, and SR segment endpoint
nodes process a local segment present in the Destination Address of an
IPv6 header."

https://www.iana.org/assignments/iana-ipv6-special-registry/
https://datatracker.ietf.org/doc/html/draft-ietf-6man-sids

OK phessler@

etc/examples/bgpd.conf

index 8bb9f56..619ce42 100644 (file)
@@ -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