1
0

Try out nonbroadcast for ospf

This commit is contained in:
2020-12-10 12:31:32 +01:00
parent 72421459e6
commit 5d3285db87
3 changed files with 3 additions and 3 deletions

View File

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