vorburger / opendaylight-simple

Run a typical OpenDaylight SDN application such as netvirt without requiring the Apache Karaf OSGi runtime container.
Eclipse Public License 1.0
4 stars 3 forks source link

intro. new bindAllSingletons() #63

Closed vorburger closed 6 years ago

vorburger commented 6 years ago

and use it in AlivenessMonitorWiring

This now also wires the HwVtepTunnelsStateHandler, which we forgot! ;)

That (to not forget to manually wire in any @Singleton) is the point.

PS: PacketProcessingListener didn't get wired, just like it should be.

vorburger commented 6 years ago

@skitt how do you like this? Good to mege for you? Then I'll build openflowplugin on top of this approach..