diff options
author | Ondrej Filip <feela@network.cz> | 2011-09-11 21:21:47 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2011-09-11 21:21:47 +0200 |
commit | 48ec367aabaaa5328f4072d237001e245a7363df (patch) | |
tree | 9a65d5e1b051ff6aa24cd036ff1930bcb370fb8b /doc | |
parent | a98995273bd8788cf525f44479026d5ce6b7dd52 (diff) | |
download | bird-48ec367aabaaa5328f4072d237001e245a7363df.tar bird-48ec367aabaaa5328f4072d237001e245a7363df.zip |
Configuration can include other files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.conf.example | 2 | ||||
-rw-r--r-- | doc/bird.sgml | 3 |
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, |