Fix INTERSITE BUM TRAFFIC ALLOW (#58608)

##### SUMMARY
The payload was using the incorrect keyword to push the True or False statement to the device and was getting dropped. This would also result in erroring out if layer2_unknown_unicase was set to Flood instread of Proxy.


##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
pull/58608/merge
Derrick Johnson 5 years ago committed by ansibot
parent b34002bb55
commit bb7da4239b

@ -256,7 +256,7 @@ def main():
payload = dict(
name=bd,
displayName=display_name,
intersiteBumTraffic=intersite_bum_traffic,
intersiteBumTrafficAllow=intersite_bum_traffic,
optimizeWanBandwidth=optimize_wan_bandwidth,
l2UnknownUnicast=layer2_unknown_unicast,
l2Stretch=layer2_stretch,

Loading…
Cancel
Save