1
0

Force ospf broadcast

This commit is contained in:
clerie 2020-12-10 12:18:08 +01:00
parent d381529488
commit 23ec07c136
3 changed files with 3 additions and 0 deletions

View File

@ -220,6 +220,7 @@
cost 80; cost 80;
}; };
}; };
type broadcast;
} }
protocol bgp gw5 { protocol bgp gw5 {

View File

@ -97,6 +97,7 @@
interface "ens19" { interface "ens19" {
cost 80; cost 80;
}; };
type broadcast;
}; };
} }

View File

@ -89,6 +89,7 @@
interface "ens21" { interface "ens21" {
cost 80; cost 80;
}; };
type broadcast;
}; };
} }