1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2025-02-24 18:35:54 +01:00

remove set nexthop example, this was misconfiguration not buggy software

This commit is contained in:
DN42 Wiki (BURBLE-MNT) 2020-03-03 19:00:29 +00:00
parent eaf6a1fb6b
commit bb1cf08c49

View File

@ -99,12 +99,6 @@ match from ebgp set { large-community delete $ASN:*:* }
match from any community GRACEFUL_SHUTDOWN set { localpref 0 }
```
Misbehaving peers can be adjusted; for example Bird on FreeBSD is known to sometimes announce routes with incorrect `nexthop` attributes:
```
# XXX otherwise routes are installed with ::/128 nexthop
match from AS $A_ASN set { nexthop $A_remote }
```
# ROA
OpenBSD ships with [**rpki-client(8)**](http://man.openbsd.org/rpki-client.8) which nicely integrates with **bgpd**.
Since DN42 emulates an IRR WHOIS service through the registry repository instead of providing an RPKI repository, this tool cannot be used.