d2b5a83a368740318cc73e2a3c9c43cd8602c544
howto/Bird.md
| ... | ... | @@ -33,6 +33,8 @@ protocol device { |
| 33 | 33 | protocol static { |
| 34 | 34 | # Static routes to announce your own range(s) in dn42 |
| 35 | 35 | route <SUBNET> reject; |
| 36 | + import all; |
|
| 37 | + export none; |
|
| 36 | 38 | }; |
| 37 | 39 | |
| 38 | 40 | # local configuration |
| ... | ... | @@ -206,6 +208,8 @@ protocol kernel { |
| 206 | 208 | |
| 207 | 209 | protocol static { |
| 208 | 210 | route <SUBNET> reject; |
| 211 | + import all; |
|
| 212 | + export none; |
|
| 209 | 213 | } |
| 210 | 214 | |
| 211 | 215 | template bgp dnpeers { |