Datapath_join_event - noxrepo/nox-classic GitHub Wiki

This event is defined in the file src/include/datapath-join.hh

This event is raised when a switch connects to NOX. Among other things, the event includes the switch's datapath ID an its capabilities.

Python components register for this events using self.register_for_datapath_join(callback). (e.g. the Authenticator uses these events to register new switches)

Details

⚠️ **GitHub.com Fallback** ⚠️