Skip to content

Commit

Permalink
Use "nolower" binding instead of "ethernet"
Browse files Browse the repository at this point in the history
This prevents broken binding of Citrix DNE LightWeight Filter
driver which breaks DCO adapter.

Fixes #31

Signed-off-by: Lev Stipakov <[email protected]>
  • Loading branch information
lstipakov committed Feb 15, 2023
1 parent f071269 commit 9be68ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovpn-dco.inf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Characteristics = 1 ; NCF_VIRTUAL

[ovpn-dco_AddReg]
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, LowerRange, 0, "nolower"
HKR, Ndi, Service, 0, %ovpn-dco.Name%

[Drivers_Dir]
Expand Down

0 comments on commit 9be68ae

Please sign in to comment.