From 242352b7a7f1b181b6e42dc77b998005d3f07c78 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Fri, 19 May 2000 14:13:49 +0000 Subject: Improve docs of log statment, improve markup. --- doc/bird.sgml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index d923e5d..1303433 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -76,15 +76,18 @@ ignored. If there's variable number of options, it is grouped using {

You can find example of more complicated configuration file in doc/bird.conf.example. Global options -

- log " set logging of classes (either all or { error, trace } etc.) into - selected destination. You may specify more than one log " set logging of classes (either all or debug protocols all|off|{ states, routes, filters, interfaces, events, packets } - set debugging options. + sets global default of debugging options. filter define filter. You can learn more about filters in next chapter. @@ -230,8 +233,8 @@ booleans (that is to prevent you from shooting in the foot). Operations -

Filter language supports common integer operations (+,-,*,/), parenthesis (a*(b+c)), comparation -(a=b, a!=b, a<b, a>=b). Special operators include ~ for "in" operation. In operation can be +

Filter language supports common integer operations (+,-,*,/), parenthesis