Open jpo-github-work opened 2 years ago
See #48 for an obvious fix
@mathiashro Can you merge this? It cannot create a bug...
Is there a reason that lan_import is missing? It's still documented in the Wiki...
May be @HRogge has some spare time to answer.
@mathiashro Can you merge this? It cannot create a bug...
Done.
Leaving the case open for some time to gather further comments / community feedback.
@HRogge @mathiashro The merged patch is either incorrect or incomplete. It should either be reverted or needs pull request #51 to resolve a duplicated symbol issue. The relevant change is the following rename (+ updates to references):
-static struct oonf_subsystem _import_subsystem = {
+static struct oonf_subsystem _olsrv2_lan_import_subsystem = {
This is the current src/olsrv2/CMakeLists.txt:
Is there a reason that lan_import is missing? It's still documented in the Wiki...