lib/pio/open_flow.rb in pio-0.28.0 vs lib/pio/open_flow.rb in pio-0.28.1
- old
+ new
@@ -14,12 +14,13 @@
@version
end
def self.switch_version(version)
[:Barrier, :Echo, :Features, :FlowMod, :Hello, :Match,
- :PacketIn, :FlowRemoved, :PacketOut, :SendOutPort, :PortStatus,
- :Stats, :FlowStats, :DescriptionStats, :AggregateStats,
- :TableStats, :PortStats, :QueueStats, :Error, :NiciraResubmit,
+ :PacketIn, :FlowRemoved, :PacketOut, :SendOutPort,
+ :SetSourceMacAddress, :SetDestinationMacAddress, :PortStatus, :Stats,
+ :FlowStats, :DescriptionStats, :AggregateStats, :TableStats, :PortStats,
+ :QueueStats, :Error, :NiciraResubmit,
:NiciraResubmitTable].each do |each|
set_message_class_name each, version
@version = version.to_s
end
end