From a1bf6440b5c27f7fb829eb25f6ac1c2629eb72eb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 6 Dec 1998 18:21:23 +0000 Subject: Added skeleton of static route protocol. --- bird.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bird.conf') 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 +} -- cgit v1.2.3