Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure MTU is set correctly when WireGuard interface already exists #5926

Merged
merged 1 commit into from
Jan 26, 2024

Commits on Jan 26, 2024

  1. Ensure MTU is set correctly when WireGuard interface already exists

    In ce46eb1 ("Fix incorrect MTU configurations"), we changed
    WireGuard interface's MTU in IPv4 case. However, if a cluster already
    enables WireGuard, the WireGuard interface's MTU would remain unchanged
    while new Pod would use a higher MTU, causing problems.
    
    Signed-off-by: Quan Tian <qtian@vmware.com>
    tnqn committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ffaf926 View commit details
    Browse the repository at this point in the history