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

incusd/network/ovn: Limit MAC_Binding explosion #1160

Merged
merged 3 commits into from
Aug 27, 2024
Merged

Commits on Aug 27, 2024

  1. incusd/network/ovn: Limit MAC_Binding explosion

    This configures OVN so it doesn't fill the MAC_Binding table with every
    single MAC address it sees through ARP.
    
    Instead MAC_Binding entries will be generated for the default gateway
    only, leading to two entries per network.
    
    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Buddy (https://buddy.works)
    stgraber committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f7dc973 View commit details
    Browse the repository at this point in the history
  2. incusd/network/ovn: Add ARP limits to updated routers

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Buddy (https://buddy.works)
    stgraber committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    624021f View commit details
    Browse the repository at this point in the history
  3. incusd/network/ovn: Wait a bit longer for northd to allocate addresses

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    490bf1f View commit details
    Browse the repository at this point in the history