You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)