Skip to content

Datapath_join_event

Murphy McCauley edited this page Mar 8, 2012 · 1 revision

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

Clone this wiki locally