From 529c414953c24c326d9063a8f06fa652f0dfbc30 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 17 Mar 1999 14:31:26 +0000 Subject: Allow input and output filters (only accept/reject style as we didn't define modifying filters yet) to be attached to protocol instances. --- doc/bird.conf.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/bird.conf.example') 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 { -- cgit v1.2.3