summaryrefslogtreecommitdiffstats
path: root/bird.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bird.conf')
-rw-r--r--bird.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/bird.conf b/bird.conf
index 80c4f51..30c0ea2 100644
--- a/bird.conf
+++ b/bird.conf
@@ -23,3 +23,7 @@ protocol kernel {
learn; # Learn all routes from the kernel
scan time 10; # Scan kernel tables every 10 seconds
}
+
+protocol static {
+ disabled
+}