1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Configuration can include other files.

This commit is contained in:
Ondrej Filip
2011-09-11 21:21:47 +02:00
parent a98995273b
commit 48ec367aab
10 changed files with 145 additions and 25 deletions

View File

@@ -25,6 +25,8 @@
#filter sink { reject; }
#filter okay { accept; }
#include "filters.conf";
# Define another routing table
#table testable;

View File

@@ -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,