mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Separated bird.conf and bird.conf for testing filters.
This commit is contained in:
parent
f78056fb2c
commit
febe526303
@ -36,6 +36,7 @@ protocol rip MyRIP_test {
|
|||||||
password "nazdar" from 10;
|
password "nazdar" from 10;
|
||||||
}
|
}
|
||||||
authentication none;
|
authentication none;
|
||||||
|
import all;
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol device {
|
protocol device {
|
||||||
@ -53,9 +54,11 @@ protocol static {
|
|||||||
# disabled;
|
# disabled;
|
||||||
route 0.0.0.0/0 via 62.168.0.13;
|
route 0.0.0.0/0 via 62.168.0.13;
|
||||||
route 62.168.0.0/25 reject;
|
route 62.168.0.0/25 reject;
|
||||||
|
route 1.2.3.4/32 via 1.2.3.5;
|
||||||
# route 10.0.0.0/8 reject;
|
# route 10.0.0.0/8 reject;
|
||||||
# route 10.1.1.0:255.255.255.0 via 62.168.0.3;
|
# route 10.1.1.0:255.255.255.0 via 62.168.0.3;
|
||||||
# route 10.1.2.0:255.255.255.0 via 62.168.0.3;
|
# route 10.1.2.0:255.255.255.0 via 62.168.0.3;
|
||||||
# route 10.1.3.0:255.255.255.0 via 62.168.0.4;
|
# route 10.1.3.0:255.255.255.0 via 62.168.0.4;
|
||||||
# route 10.2.0.0/24 via "arc0";
|
# route 10.2.0.0/24 via "arc0";
|
||||||
|
export all;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user