d812261d1740b5a973c4f18cee984fd8148e43cc
howto/Bird.md
... | ... | @@ -272,6 +272,12 @@ Debian version: |
272 | 272 | */15 * * * * curl -sfSLR -o/var/lib/bird/bird_roa_dn42.conf -z/var/lib/bird/bird_roa_dn42.conf https://dn42.tech9.io/roa/bird_roa_dn42.conf && birdc configure |
273 | 273 | ``` |
274 | 274 | |
275 | +then create the directory to make sure curls can save the files: |
|
276 | + |
|
277 | +``` |
|
278 | +mkdir -p /var/lib/bird/ |
|
279 | +``` |
|
280 | + |
|
275 | 281 | ## Filter configuration |
276 | 282 | |
277 | 283 | In your import filter add the following to reject invalid routes: |