Skip to content

Commit

Permalink
Merge pull request #67 from mmslkr/patch-1
Browse files Browse the repository at this point in the history
Add minimum paths for MetroCluster IP fabric
  • Loading branch information
aleex42 authored Jan 14, 2023
2 parents 150d468 + 1104e36 commit 77afaf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions check_cdot_multipath.pl
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ sub Error {
$must_paths = 2;
} elsif($type eq "fabric") {
$must_paths = 8;
} elsif($type eq "ip_fabric") {
$must_paths = 8;
} else {
$must_paths = 4;
}
Expand Down

0 comments on commit 77afaf9

Please sign in to comment.