ruby/trema/controller.rb in trema-0.3.0 vs ruby/trema/controller.rb in trema-0.3.1

- old
+ new

@@ -60,9 +60,21 @@ # the datapath ID of disconnected OpenFlow switch. # handler :switch_disconnected + + # + # @!method list_switches_reply( datapath_ids ) + # + # @abstract List Switches Reply message handler. Override this to implement a custom handler. + # + # @param [Array<Integer>] datapath_ids + # the datapath IDs of connected OpenFlow switches. + # + handler :list_switches_reply + + # # @!method packet_in( datapath_id, message ) # # @abstract Packet In message handler. Override this to implement a custom handler. #