da9f3021be
* update vxlan (#57264)
* update vxlan
* add a changelog fragment for the PR 57264
* Update 57264-update-vxlan-to-fix-bugs.yml
update for change request
* Update ce_vxlan_vap.py
remove commented codes.
(cherry picked from commit 5bddd55703
)
* add a changelog fragment for PR 57889.
* add a changelog fragment for PR 57889.
9 lines
No EOL
1.1 KiB
YAML
9 lines
No EOL
1.1 KiB
YAML
bugfixes:
|
|
- update scmp to fix bugs.(https://github.com/ansible/ansible/pull/57264)
|
|
- ce_dldp - 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_dldp_interface - 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_vxlan_arp - override 'get_config' to show specific configuration.
|
|
- ce_vxlan_gateway - override 'get_config' to show specific configuration.
|
|
- ce_vxlan_global - Netwrok_cli and netconf should be not mixed together, otherwise something bad will happen. Function get_nc_config uses netconf and load_config uses network_cli.
|
|
- ce_vxlan_tunnel - Netwrok_cli and netconf should be not mixed together, otherwise something bad will happen. Function get_nc_config uses netconf and load_config uses network_cli.
|
|
- ce_vxlan_vap - 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. |