howto/Bird-communities.md
... ...
@@ -102,7 +102,14 @@ bgp_local_pref = 100*bandwidth + 100*(10-latency)-100*bgp_path.len+50*crypto;
102 102
return true;
103 103
}
104 104
```
105
+Please remember to include /etc/bird/community_filters.conf in your bird.conf/birdc6.conf
106
+```
107
+# filter helpers
108
+#################
105 109
110
+include "/etc/bird/filter4.conf";
111
+**include "/etc/bird/community_filters.conf";**
112
+```
106 113
Original implementation by Jplitza: https://gist.github.com/welterde/524cc9b37a618e29093d
107 114
108 115
All props to him for the bird code based on the suggestion from welterde.