diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-07 21:50:03 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-07 21:50:03 +0000 |
commit | f30b86f9d5004a3e159c385269e76efc71b1566a (patch) | |
tree | 0e81339b3882b3a6083f0f4a20ef6e0b8ed195b3 /doc/bird.conf.example | |
parent | 3eb0b586ca93b1d0d34f935cac8524e02f708126 (diff) |
Added configuration of default protocol debugging flags.
Diffstat (limited to 'doc/bird.conf.example')
-rw-r--r-- | doc/bird.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example index d37a2a7d..cf3b36b6 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -16,6 +16,8 @@ #table testable; +debug protocols all; + #protocol rip MyRIP_test { # preference xyzzy; # debug all; |