diff options
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" } |