b506775c17ec77e4a2924246e10e5460617e969b
howto/Bird.md
| ... | ... | @@ -57,7 +57,6 @@ include "/etc/bird/local6.conf"; |
| 57 | 57 | */ |
| 58 | 58 | protocol kernel { |
| 59 | 59 | scan time 20; |
| 60 | - device routes; |
|
| 61 | 60 | import none; |
| 62 | 61 | export filter { |
| 63 | 62 | if source = RTS_STATIC then reject; |
| ... | ... | @@ -167,7 +166,6 @@ include "/etc/bird/local4.conf"; |
| 167 | 166 | */ |
| 168 | 167 | protocol kernel { |
| 169 | 168 | scan time 20; |
| 170 | - device routes; |
|
| 171 | 169 | import none; |
| 172 | 170 | export filter { |
| 173 | 171 | if source = RTS_STATIC then reject; |