ansible/changelogs/fragments/ios_l2_interface-fix.yml
Sumit Jaiswal 6e479d5989 To fix the NoneType error raised in ios_l2_interface when Access Mode VLAN is unassigned (#42343)
* To fix the NoneType error raised in ios_l2_interface when Access Mode VLAN is unassigned (#42312)

* to fix the bug41657

* to fix review comment

(cherry picked from commit 828dd1a663)

* adding changelog

* renaming the changelog file name

* deleting the wrong changelog file name
2018-07-09 11:25:37 -07:00

4 lines
160 B
YAML

---
bugfixes:
- To fix the NoneType error raised in ios_l2_interface when Access Mode VLAN is unassigned
(https://github.com/ansible/ansible/pull/42312)