From f6bd206607d9fcad3572841813d7376bd2df4952 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 6 Dec 1998 23:13:31 +0000 Subject: 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. --- bird.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bird.conf') diff --git a/bird.conf b/bird.conf index 30c0ea2..1d1c39a 100644 --- a/bird.conf +++ b/bird.conf @@ -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" } -- cgit v1.2.3