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

fix: add way to filter network interfaces #277

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jul 25, 2024

  1. fix: add way to filter network interfaces

    Under certain circumstances, net.Interfaces() will begin
    returning interfaces in unusual orders (e.g. if the interface
    index goes above 255 or 256). This could cause the driver to
    select the wrong interface, which in turn would mean that
    it could not find a matching VM in vSphere and would crash.
    This changeset adds an argument to control what interfaces can
    be selected by the driver, by allowing certain interfaces to be
    excluded from consideration.
    erhudy committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ce4e1ed View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    be36270 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    44fc9c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    f2a0c04 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    19338aa View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    ffc71e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    0b43f21 View commit details
    Browse the repository at this point in the history