summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-03-17 15:31:26 +0100
committerMartin Mares <mj@ucw.cz>1999-03-17 15:31:26 +0100
commit529c414953c24c326d9063a8f06fa652f0dfbc30 (patch)
tree805c97ac7b12e7a5d81ab2e69e7138c314855881 /doc
parente0f2e42f4f420f7bbdda3d4656c9dda585f1297a (diff)
downloadbird-529c414953c24c326d9063a8f06fa652f0dfbc30.tar
bird-529c414953c24c326d9063a8f06fa652f0dfbc30.zip
Allow input and output filters (only accept/reject style as we didn't define
modifying filters yet) to be attached to protocol instances.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.conf.example5
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 {