diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-07 22:50:03 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-07 22:50:03 +0100 |
commit | f30b86f9d5004a3e159c385269e76efc71b1566a (patch) | |
tree | 0e81339b3882b3a6083f0f4a20ef6e0b8ed195b3 /doc | |
parent | 3eb0b586ca93b1d0d34f935cac8524e02f708126 (diff) | |
download | bird-f30b86f9d5004a3e159c385269e76efc71b1566a.tar bird-f30b86f9d5004a3e159c385269e76efc71b1566a.zip |
Added configuration of default protocol debugging flags.
Diffstat (limited to 'doc')
-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 d37a2a7..cf3b36b 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; |