ansible/changelogs/fragments/57947-update-ce_vxlan_global-to-fix-bugs.yml
YuandongXu ead3787fc7 Backport/2.8/57947 update ce_vxlan_global to fix bugs. (#57947) (#58553)
* update ce_vxlan_global to fix bugs.  (#57947)

* update to fix bugs.

* add a changelog fragment.

* update a changelog fragment.

(cherry picked from commit 242f160747)

* Update 57947-update-ce_vxlan_global-to-fix-bugs.yml
2019-07-08 18:01:49 -07:00

4 lines
265 B
YAML

bugfixes:
- ce_vxlan_global - line 242 , bd_info is a string array,and it should be 'extend' operation.
line 423, 'if' and 'else' should set a different value. if 'exist', that value is 'enable'.
line 477, To get state of result, if it is changed or not.