Skip to content

Commit df2ce47

Browse files
committed
fix default value of Forged Transmits
1 parent a05adb4 commit df2ce47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

shell-definition.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0
33
metadata:
44
template_name: VMware vCenter Cloud Provider Shell 2G
55
template_author: Quali
6-
template_version: 6.0.1
6+
template_version: 6.0.2
77
template_icon: shell-icon.png
88

99
description: >
@@ -127,14 +127,17 @@ node_types:
127127
description: "Reserved networks separated by Semicolon(;), vNICs configured to those networks won't be used for VM connectivity."
128128
Promiscuous Mode:
129129
type: boolean
130+
default: true
130131
description: "If enabled the port groups on the virtual switch will be
131132
configured to allow promiscuous mode."
132133
Forged Transmits:
133134
type: boolean
135+
default: true
134136
description: "If enabled the port groups on the virtual switch will be
135137
configured to allow forged transmits."
136138
MAC Address Changes:
137139
type: boolean
140+
default: false
138141
description: "If enabled the port groups on the virtual switch will be
139142
configured to allow MAC address changes."
140143
Enable Tags:

0 commit comments

Comments
 (0)