2c2ad97f72fc3d1510d387f3aaeabbd7df1de70a
howto/Bird-communities.md
| ... | ... | @@ -34,7 +34,6 @@ For example, if your peer is 12ms away and your link speed is 250Mbit/s and you |
| 34 | 34 | |
| 35 | 35 | ## Example configurations |
| 36 | 36 | ``` |
| 37 | -### /etc/bird/peers4/tombii.conf |
|
| 38 | 37 | # /etc/bird/peers4/tombii.conf |
| 39 | 38 | protocol bgp tombii from dnpeers { |
| 40 | 39 | neighbor 172.23.102.x as 4242420321; |
| ... | ... | @@ -55,7 +54,6 @@ protocol bgp tombii from dnpeers { |
| 55 | 54 | }; |
| 56 | 55 | ``` |
| 57 | 56 | ``` |
| 58 | -### community_filters.conf |
|
| 59 | 57 | #/etc/bird/community_filters.conf |
| 60 | 58 | function update_latency(int link_latency) { |
| 61 | 59 | bgp_community.add((64511, link_latency)); |