diff options
author | Martin Mares <mj@ucw.cz> | 1998-12-06 23:13:31 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-12-06 23:13:31 +0000 |
commit | f6bd206607d9fcad3572841813d7376bd2df4952 (patch) | |
tree | b3d17192e9f0fed53bf8d85f56a3881e82aae55a /bird.conf | |
parent | 78d06cf2bc8ec8b9850802fc9d34afe4d1782c6c (diff) |
All static routes except for device ones should work and appear/disappear
when their destination comes on/off link. Deserves better testing :)
See example in bird.conf.
Diffstat (limited to 'bird.conf')
-rw-r--r-- | bird.conf | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -25,5 +25,8 @@ protocol kernel { } protocol static { - disabled +# disabled +# route 10.0.0.0/8 reject +# route 10.1.0.0:255.255.255.0 via 62.168.0.3 +# route 10.2.0.0/24 via "arc0" } |