From 50d8424ad1f40f9979214c1d6cbf8e290ba9a5cb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 29 Nov 1998 22:03:58 +0000 Subject: Added configuration of the device internal protocol. This is primarily intended to serve as an example of interface pattern list use. As a side effect, you can disable generating of device routes by disabling this protocol. --- bird.conf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'bird.conf') diff --git a/bird.conf b/bird.conf index 314e242..6797aee 100644 --- a/bird.conf +++ b/bird.conf @@ -8,7 +8,12 @@ router id 62.168.0.1 define xyzzy = 120+10 -protocol rip MyRIP_test { - preference xyzzy - debug all +#protocol rip MyRIP_test { +# preference xyzzy +# debug all +#} + +protocol device { +# disabled +# interface "-eth*", "*" } -- cgit v1.2.3