OLSR / OONF

OLSR.org Network Framework - olsrd v2 / DLEP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The LAN Import Plugin doesn't get built

jpo-github-work opened this issue · comments

This is the current src/olsrv2/CMakeLists.txt:

# add subdirectories
add_subdirectory(netjsoninfo)
add_subdirectory(olsrv2)
add_subdirectory(olsrv2info)
add_subdirectory(olsrv2_old_lan)
add_subdirectory(olsrv2_l2import)
add_subdirectory(olsrv2_lan)
add_subdirectory(route_modifier)

Is there a reason that lan_import is missing? It's still documented in the Wiki...

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 = {