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