Fix ospf broadcast statement
This commit is contained in:
parent
23ec07c136
commit
72421459e6
@ -218,9 +218,9 @@
|
|||||||
area 0 {
|
area 0 {
|
||||||
interface "ens19" {
|
interface "ens19" {
|
||||||
cost 80;
|
cost 80;
|
||||||
};
|
|
||||||
};
|
|
||||||
type broadcast;
|
type broadcast;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol bgp gw5 {
|
protocol bgp gw5 {
|
||||||
|
@ -96,9 +96,9 @@
|
|||||||
area 0 {
|
area 0 {
|
||||||
interface "ens19" {
|
interface "ens19" {
|
||||||
cost 80;
|
cost 80;
|
||||||
};
|
|
||||||
type broadcast;
|
type broadcast;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol bgp gw1 {
|
protocol bgp gw1 {
|
||||||
|
@ -88,9 +88,9 @@
|
|||||||
area 0 {
|
area 0 {
|
||||||
interface "ens21" {
|
interface "ens21" {
|
||||||
cost 80;
|
cost 80;
|
||||||
};
|
|
||||||
type broadcast;
|
type broadcast;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol bgp gw1 {
|
protocol bgp gw1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user