diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-04-19 20:41:56 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-04-19 20:41:56 +0200 |
commit | 36bbfc704c7d2153537751e24413db9b9c97bc58 (patch) | |
tree | 6c0c0d3e94566f2c4518c0ee720014f5dee14891 /doc | |
parent | afbc41ab3d4f07f7dc4dbc6c769fe7fa1567f357 (diff) | |
download | bird-36bbfc704c7d2153537751e24413db9b9c97bc58.tar bird-36bbfc704c7d2153537751e24413db9b9c97bc58.zip |
Updated filters: they now actually see IP/pxlen of net being filtered,
gateway, and who told us, so they can do usefull jobs from now on.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example index c1bce78..6580ee7 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -14,6 +14,7 @@ #protocol rip MyRIP_test { # preference xyzzy; # debug all; +# import filter okay; #} protocol direct { |