1
0

Fix ospf broadcast statement

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

View File

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