Add MTU support to client networks #144
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add support for specifying the MTU of client networks (either managed or bridged). Normally, both will default to the underlying device MTU (or, for managed networks, 50 bytes less than the underlying device MTU). However it might be beneficial for administrators in some cases to specify a lower MTU value, especially for bridged networks.
assigned to @JoshuaBoniface
changed the description
Actually the current code is severely flawed and will force bridged networks to use the MTU of the cluster NIC, which is not ideal.
mentioned in commit
f7a826bf52
mentioned in commit
925141ed65
mentioned in commit
b0b0b75605
mentioned in commit
7f074847c4
mentioned in commit
40e7e04aad
mentioned in commit
89f62318bd
Implemented successfully and code flaw fixed.
closed