diff options
Diffstat (limited to 'doc/bird.conf.example')
-rw-r--r-- | doc/bird.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example index 9f5907d..1d8203d 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -8,6 +8,9 @@ #define xyzzy = 120+10 +#filter sink { reject; } +#filter okay { accept; } + #protocol rip MyRIP_test { # preference xyzzy # debug all @@ -25,6 +28,8 @@ protocol kernel { scan time 10 # Scan kernel tables every 10 seconds route scan time 20 # But routes only every 20 seconds # async off # Netlink: Disable asynchronous events +# input filter sink +# output filter okay } protocol static { |