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