diff options
author | Martin Mares <mj@ucw.cz> | 1999-08-03 21:34:26 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-08-03 21:34:26 +0200 |
commit | 9c11ec9efca2fc75495cf8dcb28a959ba22b01fa (patch) | |
tree | 80f4d7b42bebab8ed3d9df22d244baef21fe4bfd /doc | |
parent | 8c943173ced1fb85c627a8ba1c3d7360eab7d22b (diff) | |
download | bird-9c11ec9efca2fc75495cf8dcb28a959ba22b01fa.tar bird-9c11ec9efca2fc75495cf8dcb28a959ba22b01fa.zip |
Implemented a Table-to-Table protocol a.k.a The Pipe.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example index 0624efa..791ce04 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -50,3 +50,9 @@ protocol static { # route 10.1.3.0:255.255.255.0 via 62.168.0.4; # route 10.2.0.0/24 via "arc0"; } + +#protocol pipe { +# peer table testable; +# import all; +# export all; +#} |