diff options
Diffstat (limited to 'bird.conf')
-rw-r--r-- | bird.conf | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,3 +17,9 @@ protocol device { # disabled # interface "-eth*", "*" } + +protocol kernel { +# disabled + learn; # Learn all routes from the kernel + scan time 10; # Scan kernel tables every 10 seconds +} |