You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When starting an OpenVPN instance from scratch and deleting the old one the probable interface assignment is never cleared which call cause all sorts of "strange" issues similar to when a hardware interface would disappear.
Describe the solution you like
When deleting an OpenVPN instance (server or client) make sure that the device is not being used in an interface. If that is the case block the deletion until the assignment was modified or the interface deleted.
…using new is_interface_assigned() funciton in utils.inc, implement check in openvpn client/server while here. closes#5163
(cherry picked from commit 3bd36b5)
oshogbo
pushed a commit
to DynFi/opnsense-core
that referenced
this issue
Mar 3, 2022
…using new is_interface_assigned() funciton in utils.inc, implement check in openvpn client/server while here. closesopnsense/core#5163
(cherry picked from commit 3bd36b5)
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Is your feature request related to a problem? Please describe.
When starting an OpenVPN instance from scratch and deleting the old one the probable interface assignment is never cleared which call cause all sorts of "strange" issues similar to when a hardware interface would disappear.
Describe the solution you like
When deleting an OpenVPN instance (server or client) make sure that the device is not being used in an interface. If that is the case block the deletion until the assignment was modified or the interface deleted.
Describe alternatives you considered
N/A
Additional context
https://forum.opnsense.org/index.php?topic=24248.0
The text was updated successfully, but these errors were encountered: