mirror of https://github.com/ansible/ansible.git
linux networking facts: Provide IPv4 prefix (#77193)
For IPv6 addresses, Ansible already provides the prefix length for IP addresses in the `prefix` fact. This patch adjusts the facts for IPv4 addresses to also contain the prefix length in the prefix fact. This makes it easier to use the facts consistently when the CIDR notation is needed. Signed-off-by: Till Maas <opensource@till.name>pull/77342/head
parent
14098d9b04
commit
bf00a14f91
@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- facts - report prefix length for IPv4 addresses in Linux network facts.
|
Loading…
Reference in New Issue