Skip to content

Commit 7f7f384

Browse files
author
trzhang-msft
authored
update scheme variable name (#531)
1 parent c66315a commit 7f7f384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/neighbor_advertiser

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def construct_neighbor_advertiser_slice():
186186
'hwSku': get_switch_hwsku()
187187
}
188188

189-
responding_scheme_obj = {
189+
responding_schemes_obj = {
190190
'durationInSec': DEFAULT_DURATION
191191
}
192192

@@ -233,7 +233,7 @@ def construct_neighbor_advertiser_slice():
233233
slice_obj = {
234234
'switchInfo': switch_info_obj,
235235
'vlanInterfaces': vlan_interfaces_obj,
236-
'respondingScheme': responding_scheme_obj
236+
'respondingSchemes': responding_schemes_obj
237237
}
238238

239239
return slice_obj

0 commit comments

Comments
 (0)