]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - bird.conf
Unix: Refactor tracked files
[thirdparty/bird.git] / bird.conf
index 410f190c1720f9f06b47a22f98e932d1a6d98ced..e383c93446e9cffaf588a402c985f3dd1f42014a 100644 (file)
--- a/bird.conf
+++ b/bird.conf
@@ -22,13 +22,14 @@ protocol direct {
 
 # Feed routes to kernel FIB
 protocol kernel {
-       ipv4 { export all; };
-#      learn;                  # Learn all routes from the kernel
+       ipv4 { export all; import all; };
+       learn;                  # Learn all routes from the kernel
 #      scan time 10;           # Scan kernel tables every 10 seconds
 }
 
 protocol kernel {
-       ipv6;
+       ipv6 { import all; };
+       learn;
 }
 
 # Static route feed