Skip to content

Commit 19f3a97

Browse files
committed
More reverting of dumb PR
1 parent 375e5ee commit 19f3a97

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ext/bin/tap-windows-ndis6/x64.old/zttap300.inf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ DriverVer=08/13/2015,6.2.9200.20557
3434

3535
[Strings]
3636
DeviceDescription = "ZeroTier One Virtual Port"
37-
Provider = "ZeroTier Networks LLC"
37+
Provider = "ZeroTier Networks LLC" ; We're ZeroTier, Inc. now but kernel mode certs are $300+ so fuqdat.
3838

3939
; To build for x86, take NTamd64 off this and off the named section manually, build, then put it back!
4040
[Manufacturer]
@@ -70,7 +70,7 @@ AddService = zttap300, 2, zttap300.service
7070

7171
[zttap300.reg]
7272
HKR, Ndi, Service, 0, "zttap300"
73-
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" ; 'ndis5' is correct
73+
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" ; yes, 'ndis5' is correct... yup, Windows.
7474
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
7575
HKR, , Manufacturer, 0, "%Provider%"
7676
HKR, , ProductName, 0, "%DeviceDescription%"

ext/bin/tap-windows-ndis6/x86.old/zttap300.inf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ DriverVer=08/13/2015,6.2.9200.20557
3434

3535
[Strings]
3636
DeviceDescription = "ZeroTier One Virtual Port"
37-
Provider = "ZeroTier Networks LLC"
37+
Provider = "ZeroTier Networks LLC" ; We're ZeroTier, Inc. now but kernel mode certs are $300+ so fuqdat.
3838

3939
; To build for x86, take NTamd64 off this and off the named section manually, build, then put it back!
4040
[Manufacturer]
@@ -70,7 +70,7 @@ AddService = zttap300, 2, zttap300.service
7070

7171
[zttap300.reg]
7272
HKR, Ndi, Service, 0, "zttap300"
73-
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" ; 'ndis5' is correct
73+
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" ; yes, 'ndis5' is correct... yup, Windows.
7474
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
7575
HKR, , Manufacturer, 0, "%Provider%"
7676
HKR, , ProductName, 0, "%DeviceDescription%"

ext/bin/tap-windows-ndis6/x86/zttap300.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ AddService = zttap300, 2, zttap300.service
6767

6868
[zttap300.reg]
6969
HKR, Ndi, Service, 0, "zttap300"
70-
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" ; 'ndis5' is correct
70+
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" ; yes, 'ndis5' is correct... yup, Windows.
7171
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
7272
HKR, , Manufacturer, 0, "%Provider%"
7373
HKR, , ProductName, 0, "%DeviceDescription%"

0 commit comments

Comments
 (0)