summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2011-09-11 21:21:47 +0200
committerOndrej Filip <feela@network.cz>2011-09-11 21:21:47 +0200
commit48ec367aabaaa5328f4072d237001e245a7363df (patch)
tree9a65d5e1b051ff6aa24cd036ff1930bcb370fb8b /doc
parenta98995273bd8788cf525f44479026d5ce6b7dd52 (diff)
downloadbird-48ec367aabaaa5328f4072d237001e245a7363df.tar
bird-48ec367aabaaa5328f4072d237001e245a7363df.zip
Configuration can include other files.
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,