module Havox

This dictionary structure translates Merlin match fields to OpenVSwitch readable fields. More details can be found at: www.pica8.com/document/v2.3/pdf/ovs-commands-reference.pdf

This dictionary structure translates Merlin match fields to RouteFlow readable fields. Since the current version of RouteFlow does not support all returned fields yet, some of them were inferred based on the others (those are marked as 'inferred'). As RouteFlow gets updated, the inferred names can be updated as well. RouteFlow's main repo can be accessed at: github.com/routeflow/RouteFlow.

This dictionary module translates Merlin match fields to Trema readable fields, based on the official OpenFlow 1.0 nomenclatures, as described in the OpenFlow specifications at: archive.openflow.org/documents/openflow-spec-v1.0.0.pdf

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/havox.rb, line 48
def self.configure
  yield(configuration)
end
reset() click to toggle source
# File lib/havox.rb, line 44
def self.reset
  @configuration = Configuration.new
end