diff options
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*", "*" } |