6bb13bbb84
* nxos_vlan: fix broken purge behavior (issue #57101) Symptoms/Analysis: - `nxos_vlan` `purge: true` would fail when `purge` was trying to delete all unspecified vlans, including vlan 1. - `nxos` devices do not allow removing vlan 1 and raise a cli exception error - Previous fix #55144 caused a side effect when `purge` was used: vlan changes specified by `aggregate` were ignored; e.g. - vlan 4 is not present; playbook specifies `aggregate: { vlan: 4 }, purge: true` - results in proper purging but vlan 4 is not created Solutions: - ignore vlan 1 when purging - remove the `not purge` check from state present logic Added additional unit tests and integration tests. Tested against all regression platforms. * PEP fixes * Add agg_show_vlan_brief.txt fixture * Add warning for removing vlan 1 * change method name check |
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
nxos_module.py | ||
test_nxos_acl.py | ||
test_nxos_acl_interface.py | ||
test_nxos_banner.py | ||
test_nxos_bgp.py | ||
test_nxos_bgp_af.py | ||
test_nxos_bgp_neighbor.py | ||
test_nxos_bgp_neighbor_af.py | ||
test_nxos_command.py | ||
test_nxos_config.py | ||
test_nxos_evpn_global.py | ||
test_nxos_evpn_vni.py | ||
test_nxos_feature.py | ||
test_nxos_hsrp.py | ||
test_nxos_interface.py | ||
test_nxos_interface_ospf.py | ||
test_nxos_l3_interface.py | ||
test_nxos_nxapi.py | ||
test_nxos_ospf.py | ||
test_nxos_ospf_vrf.py | ||
test_nxos_overlay_global.py | ||
test_nxos_pim.py | ||
test_nxos_pim_interface.py | ||
test_nxos_pim_rp_address.py | ||
test_nxos_static_route.py | ||
test_nxos_system.py | ||
test_nxos_vlan.py | ||
test_nxos_vpc.py | ||
test_nxos_vpc_interface.py | ||
test_nxos_vrf.py | ||
test_nxos_vrf_af.py | ||
test_nxos_vxlan_vtep.py | ||
test_nxos_vxlan_vtep_vni.py |