During my search on stackoverflow, I already found out that l2switch is no longer supported in newer ODL releases.
I need its functionality for lldp topology creation, especially node and link overviews of the network.
The following REST command in ODL neon:
get /restconf/config/network-topology:network-topology
Just gives me nodes that I have added by hand (e.g. NETCONF connectors). So I think LLDP topology discovery it is not enabled by default. I did not find any similar features in:
feature:list
Is there any alternative to using an older release?