bin/trema in trema-0.4.5 vs bin/trema in trema-0.4.6
- old
+ new
@@ -26,10 +26,11 @@
require "gli"
require "trema/command"
require "trema/util"
require "trema/version"
+require "trema/default_openflow_channel_port"
class BinTrema
include Trema::Command
include Trema::Util
@@ -54,9 +55,12 @@
c.desc "Runs as a daemon"
c.switch [ :d, :daemonize ], :negatable => false
c.desc "Enables Trema wireshark plugin"
c.switch [ :s, :tremashark ], :negatable => false
+
+ c.desc "Overrides the default openflow channel port #{Trema::DEFAULT_OPENFLOW_CHANNEL_PORT}"
+ c.flag [ :p, :port ]
c.desc "Specifies emulated network configuration"
c.flag [ :c, :conf ]
c.desc "Disables initial flow cleanup for a connected switch"