summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.conf.example2
-rw-r--r--doc/bird.sgml3
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example
index 7019aba..36aa21a 100644
--- a/doc/bird.conf.example
+++ b/doc/bird.conf.example
@@ -25,6 +25,8 @@
#filter sink { reject; }
#filter okay { accept; }
+#include "filters.conf";
+
# Define another routing table
#table testable;
diff --git a/doc/bird.sgml b/doc/bird.sgml
index a00062e..f4a7829 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -259,6 +259,9 @@ protocol rip {
<sect>Global options
<p><descrip>
+ <tag>include "<m/filename/"</tag>
+ This statement causes inclusion of a new file. The maximal depth is set to 5.
+
<tag>log "<m/filename/"|syslog [name <m/name/]|stderr all|{ <m/list of classes/ }</tag>
Set logging of messages having the given class (either <cf/all/ or <cf/{
error, trace }/ etc.) into selected destination (a file specified as a filename string,