features/support/env.rb in virtualbox-0.7.3 vs features/support/env.rb in virtualbox-0.7.4
- old
+ new
@@ -52,5 +52,11 @@
NETWORK_ADAPTER_MAPPINGS = {
:mac_address => "macaddress",
:cable_connected => "cableconnected"
}
+
+FORWARDED_PORT_MAPPINGS = {
+ :protocol => "protocol",
+ :hostport => "hostport",
+ :guestport => "guestport"
+}