]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - bird.conf
Doc: BFD update
[thirdparty/bird.git] / bird.conf
index c2b473784b07155219b189a63c011268013ad8f9..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
@@ -52,6 +53,6 @@ protocol rip {
        ipv4;
 }
 
-protocol ripng {
+protocol rip ng {
        ipv6;
 }