Skip to content

Commit d38e4ef

Browse files
author
Caleb Ellis
committed
Set default link monitoring to none when adding new bond.
1 parent ab2f993 commit d38e4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legacy/src/app/controllers/node_details_networking.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ export function NodeNetworkingController(
18511851
bond_xmit_hash_policy: "layer2",
18521852
bond_updelay: 0,
18531853
bond_downdelay: 0,
1854-
bond_miimon: 100
1854+
bond_miimon: 0,
18551855
};
18561856
}
18571857
};

0 commit comments

Comments
 (0)