Skip to content

Commit

Permalink
Set default link monitoring to none when adding new bond.
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Ellis committed Jun 12, 2020
1 parent ab2f993 commit d38e4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/src/app/controllers/node_details_networking.js
Original file line number Diff line number Diff line change
Expand Up @@ -1851,7 +1851,7 @@ export function NodeNetworkingController(
bond_xmit_hash_policy: "layer2",
bond_updelay: 0,
bond_downdelay: 0,
bond_miimon: 100
bond_miimon: 0,
};
}
};
Expand Down

0 comments on commit d38e4ef

Please sign in to comment.