0c7744cd4a0f06d4dd76911d3ead309bb00dd935
howto/OpenBGPD.md
| ... | ... | @@ -76,7 +76,7 @@ Allow own announcements: |
| 76 | 76 | # Outbound EBGP: only allow self originated networks to ebgp peers |
| 77 | 77 | # Don't leak any routes from upstream or peering sessions. This is done |
| 78 | 78 | # by checking for routes that are tagged with the large-community $ASN:1:1 |
| 79 | -allow to ebgp prefix-set kn large-community $ASN:1:1 |
|
| 79 | +allow to ebgp prefix-set mynetworks large-community $ASN:1:1 |
|
| 80 | 80 | ``` |
| 81 | 81 | |
| 82 | 82 | Allow all remaining UPDATES based on **O**rigin **V**alidation **S**tates: |