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

Allowing to use the configured MTU and to work with HPE Aruba Client #163

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

BiradarV
Copy link

  1. Modified code to use the configured MTU.
  2. Setting bIsDestinationSame to TRUE to work with HPE Aruba Client.
  3. Added the conditional logic to bIsDestinationSame based on which client it is loaded by.
  4. bIsDestinationSame related changes are conditionally compiled based on the macro ARUBA_SPECIFIC value.

#define VER_ORIGINALFILENAME_STR PRODUCT_TAP_WIN_COMPONENT_ID ".sys"
#define VER_LEGALCOPYRIGHT_YEARS "2003-2018"
#define VER_LEGALCOPYRIGHT_STR "OpenVPN Technologies, Inc."
#define VER_LEGALCOPYRIGHT_STR "Copyright 2022 Hewlett Packard Enterprise Development LP."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a joke? You cannot claim copyright on something that you don't own. That is a serious copyright violation if you actually ship the driver like that in your products.

@schwabe
Copy link

schwabe commented Jul 28, 2023

You already got feedback to this approach in your previous PR #150. That feedback still applies.

@cron2
Copy link
Contributor

cron2 commented Jul 28, 2023

It seems there is a bugfix related to MTU handling in here - this should go into its own PR, unrelated to the HPE/Aruba changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants