diff options
Diffstat (limited to 'doc/bird.conf.example')
-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; +#} |