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:
@@ -25,6 +25,8 @@
|
||||
#filter sink { reject; }
|
||||
#filter okay { accept; }
|
||||
|
||||
#include "filters.conf";
|
||||
|
||||
# Define another routing table
|
||||
#table testable;
|
||||
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user