Class: Trema::PortStatusModify
- Inherits:
-
PortStatus
- Object
- PortStatus
- Trema::PortStatusModify
- Defined in:
- ruby/trema/port-status-modify.rb
Overview
As physical ports of the datapath are modified, the controller needs to be informed with this message.
Constant Summary
Constants inherited from PortStatus
Trema::PortStatus::OFPPR_ADD, Trema::PortStatus::OFPPR_DELETE, Trema::PortStatus::OFPPR_MODIFY
Instance Method Summary collapse
-
#initialize(options) ⇒ PortStatusModify
constructor
Creates a port-modified message.
Methods inherited from PortStatus
#datapath_id, #phy_port, #reason, #transaction_id
Constructor Details
#initialize(options) ⇒ PortStatusModify
Creates a port-modified message.
49 50 51 |
# File 'ruby/trema/port-status-modify.rb', line 49 def initialize super .merge( :reason => OFPPR_MODIFY ) end |