ansible/changelogs/fragments/57896-fix-ipaddr-cidr-index-handling.yml
Tobias 95c2763f40 [2.8] ipaddr: Handle ipaddress index in network correctly
* This commit prevents integer indices from being parsed as ip nets
* ipaddr: unit tests for empty string

Fixes #57895

Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit e7c39460ed)
2019-06-24 19:35:27 -07:00

2 lines
128 B
YAML

bugfixes:
- 'ipaddr: prevent integer indices from being parsed as ip nets (https://github.com/ansible/ansible/issues/57895).'