mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Better example for OSPF configuration.
This commit is contained in:
@@ -1036,6 +1036,13 @@ it doesn't affect routing inside the OSPF domain at all.
|
|||||||
|
|
||||||
<code>
|
<code>
|
||||||
protocol ospf MyOSPF {
|
protocol ospf MyOSPF {
|
||||||
|
export filter {
|
||||||
|
if source = RTS_BGP then {
|
||||||
|
ospf_metric1 = 100;
|
||||||
|
accept;
|
||||||
|
}
|
||||||
|
reject;
|
||||||
|
};
|
||||||
area 0.0.0.0 {
|
area 0.0.0.0 {
|
||||||
tick 8;
|
tick 8;
|
||||||
interface "eth*" {
|
interface "eth*" {
|
||||||
|
Reference in New Issue
Block a user