We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66315a commit 7f7f384Copy full SHA for 7f7f384
scripts/neighbor_advertiser
@@ -186,7 +186,7 @@ def construct_neighbor_advertiser_slice():
186
'hwSku': get_switch_hwsku()
187
}
188
189
- responding_scheme_obj = {
+ responding_schemes_obj = {
190
'durationInSec': DEFAULT_DURATION
191
192
@@ -233,7 +233,7 @@ def construct_neighbor_advertiser_slice():
233
slice_obj = {
234
'switchInfo': switch_info_obj,
235
'vlanInterfaces': vlan_interfaces_obj,
236
- 'respondingScheme': responding_scheme_obj
+ 'respondingSchemes': responding_schemes_obj
237
238
239
return slice_obj
0 commit comments