From: Lev Stipakov
That code has been moved to MSM by commit 640c4d82
("openvpnmsica: remove dco installer custom actions")
Signed-off-by: Lev Stipakov
---
src/openvpnmsica/openvpnmsica.h | 26 --
1 file changed, 26 deletions(-)
diff --git a/src/openvpnmsica/openvpnmsi
Acked-by: Gert Doering
Quite straightforward - "if the code is gone, we do not need prototypes
in .h files either" :-)
Not tested anything (beyond "push to mygithub" to be sure I did not
overlook a ";" or anything).
Your patch has been applied to the master and release/2.6 branch.
commit 6effd
From: Lev Stipakov
Custom action "FindSystemInfo" finds adapters with certain hwid and
assigns found adapters' guids to a certain property. Later another custom
action "EvaluateTUNTAPAdapters" schedules adapter creation if the
abovementioned property is not set - which means no adapters exist
wit
The ultimate solution to this would be moving adapter creation to MSM,
a shared component which adds/removes the DCO driver. However this change
is not trivial and requires a lot of work. For the time being we apply
this band-aid by excluding Connect-created adapters from enumerations in
"Find
Hi,
On Tue, Jan 24, 2023 at 9:25 AM Lev Stipakov wrote:
> From: Lev Stipakov
>
> Custom action "FindSystemInfo" finds adapters with certain hwid and
> assigns found adapters' guids to a certain property. Later another custom
> action "EvaluateTUNTAPAdapters" schedules adapter creation if the
>
Hi,
>> I think this logic is needed to prevent duplicate adapter creation
>> if adapter was renamed and then new version is installed.
>
> Is the driver still always updated (i.e., when update required) even if the
> adapter is not created because of existing ones found?
At the moment yes. Moreo