0d938b01fa45f2b5c61eef7f6243d04340ff8c72
howto/Bird.md
| ... | ... | @@ -24,11 +24,6 @@ protocol static { |
| 24 | 24 | route <SUBNET> reject; |
| 25 | 25 | }; |
| 26 | 26 | |
| 27 | -# filter helpers |
|
| 28 | -################# |
|
| 29 | - |
|
| 30 | -include "/etc/bird/filter4.conf"; |
|
| 31 | - |
|
| 32 | 27 | # local configuration |
| 33 | 28 | ###################### |
| 34 | 29 | |
| ... | ... | @@ -36,6 +31,11 @@ include "/etc/bird/filter4.conf"; |
| 36 | 31 | # so this configuration can be reused on multiple routers in your network |
| 37 | 32 | include "/etc/bird/local4.conf"; |
| 38 | 33 | |
| 34 | +# filter helpers |
|
| 35 | +################# |
|
| 36 | + |
|
| 37 | +include "/etc/bird/filter4.conf"; |
|
| 38 | + |
|
| 39 | 39 | # Kernel routing tables |
| 40 | 40 | ######################## |
| 41 | 41 | |
| ... | ... | @@ -166,16 +166,16 @@ protocol device { |
| 166 | 166 | scan time 10; |
| 167 | 167 | } |
| 168 | 168 | |
| 169 | -# filter helpers |
|
| 170 | -################# |
|
| 171 | - |
|
| 172 | -include "/etc/bird/filter6.conf"; |
|
| 173 | - |
|
| 174 | 169 | # local configuration |
| 175 | 170 | ###################### |
| 176 | 171 | |
| 177 | 172 | include "bird/local6.conf"; |
| 178 | 173 | |
| 174 | +# filter helpers |
|
| 175 | +################# |
|
| 176 | + |
|
| 177 | +include "/etc/bird/filter6.conf"; |
|
| 178 | + |
|
| 179 | 179 | # Kernel routing tables |
| 180 | 180 | ######################## |
| 181 | 181 |