diff options
author | Martin Mares <mj@ucw.cz> | 1998-11-29 22:03:58 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-11-29 22:03:58 +0000 |
commit | 50d8424ad1f40f9979214c1d6cbf8e290ba9a5cb (patch) | |
tree | 59f58fdb5b3e37c00c9d4955ed671e4dcec9f814 /bird.conf | |
parent | 66efdf962a343c7cf5aef475f35f9e3864cb4fdd (diff) |
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.
Diffstat (limited to 'bird.conf')
-rw-r--r-- | bird.conf | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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*", "*" } |