diff options
author | Job Snijders <job@cvs.openbsd.org> | 2024-07-24 19:28:38 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2024-07-24 19:28:38 +0000 |
commit | c24fc0b7db914a7df36d97ce7794e7a83cfef847 (patch) | |
tree | 2fc86ec41cba51a105f4f3cbf67e51a7a9d00404 /etc | |
parent | 87a5fa953bbaad66fe899ad9e83e29c08365a559 (diff) |
Add 5f00::/16 segment routing SRv6 SIDs prefix to example bogon list
"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@
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 |