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

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