1
0
Fork 0

Fix ospf broadcast statement

This commit is contained in:
clerie 2020-12-10 12:20:12 +01:00
parent 23ec07c136
commit 72421459e6
3 changed files with 3 additions and 3 deletions

View File

@ -218,9 +218,9 @@
area 0 {
interface "ens19" {
cost 80;
type broadcast;
};
};
type broadcast;
}
protocol bgp gw5 {

View File

@ -96,8 +96,8 @@
area 0 {
interface "ens19" {
cost 80;
type broadcast;
};
type broadcast;
};
}

View File

@ -88,8 +88,8 @@
area 0 {
interface "ens21" {
cost 80;
type broadcast;
};
type broadcast;
};
}