ansible/changelogs/fragments/57890-update-acl-to-fix-bugs.yml
YuandongXu ad0cc5dc1e Backport/2.8/57268 update acl (#57268) (#57890)
* update acl (#57268)


(cherry picked from commit e009936f87)

* add a changelog fragment for PR 57890.

* add a changelog fragment for PR 27890.
2019-06-17 21:37:42 -07:00

5 lines
No EOL
481 B
YAML

bugfixes:
- update acl to fix bugs.(https://github.com/ansible/ansible/pull/57268)
- ce_acl - tag named data of a xpath is unnecessay for old sotfware version to find a element from xml tree, but element can not be found with 'data' tag for new version, so remove.
- ce_acl_advance - remove 'data' tag, and fix a bug that the 'changed' of result is not correct.
- ce_acl_interface - do not used 'get_config' to show specific configuration, and use display command directly.