diff options
Diffstat (limited to 'doc/bird.conf.example')
-rw-r--r-- | doc/bird.conf.example | 2 |
1 files changed, 2 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; |