4de404db709885548e1a189f5911917213dad409
howto/BGP-communities.md
... | ... | @@ -120,8 +120,9 @@ You need to add following lines to your config(s): |
120 | 120 | just above `update_flags` in `dn42_export_filter` function |
121 | 121 | - Unlike the other community values, **the DN42_REGION community should only be set on routes originating from your network!** (This is what the `source = RTS_STATIC` check does). |
122 | 122 | - Otherwise, if you export routes across multiple regions within your network, you may be sending incorrect origin information to other peers. |
123 | - |
|
124 | - |
|
123 | +This is not applicable for the below example configurations |
|
124 | +that have it included, since networks usually use the region to do |
|
125 | +routing policies like cold_potato. |
|
125 | 126 | ## Example configuration for BIRD2 |
126 | 127 | ```conf |
127 | 128 | function update_latency(int link_latency) -> int { |