dd09bd7623f495fb1fb3b6a96d4a0b10bcfecfc6
howto/Bird.md
... | ... | @@ -116,7 +116,7 @@ Generate the filter list from the monotone repository |
116 | 116 | |
117 | 117 | ``` |
118 | 118 | $ cd net.dn42.registry |
119 | -$ ruby utils/bgp-filter.rb < data/filter.txt > /etc/bird/filter4.conf |
|
119 | +$ ruby utils/bgp-filter.rb --format bird < data/filter.txt > /etc/bird/filter4.conf |
|
120 | 120 | |
121 | 121 | or |
122 | 122 | |
... | ... | @@ -245,7 +245,7 @@ Generate the filter list from the monotone repository |
245 | 245 | |
246 | 246 | ``` |
247 | 247 | $ cd net.dn42.registry |
248 | -$ ruby utils/bgp-filter.rb < data/filter6.txt > /etc/bird/filter6.conf |
|
248 | +$ ruby utils/bgp-filter.rb --format bird < data/filter6.txt > /etc/bird/filter6.conf |
|
249 | 249 | |
250 | 250 | or |
251 | 251 |