Open Mason10198 opened 3 months ago
I have discovered that autopatch will not work properly in ASL3 until the following line is manually added to modules.conf:
modules.conf
load => bridge_simple.so
Currently, bridge_simple.so is not referenced at all in the modules.conf provided with ASL3 and results in the following error:
bridge_simple.so
bridge.c:776 bridge_base_init: Bridge 19cd1d38-b099-4684-9397-babcc4a22322: Could not create class basic. No technology to support it.
Moving to the correct repo
I have discovered that autopatch will not work properly in ASL3 until the following line is manually added to
modules.conf
:Currently,
bridge_simple.so
is not referenced at all in themodules.conf
provided with ASL3 and results in the following error: