debops / ansible-ifupdown

Manage network interface configuration in /etc/network/interfaces
GNU General Public License v3.0
25 stars 14 forks source link

addresses does not properly parse prefix 32 and gives an error #54

Closed ser closed 7 years ago

ser commented 8 years ago

If you set netmask with prefix 32 in your address, the role is not able to parse it

ser commented 8 years ago

The same with prefix 31, it parses it, but creates a shitty data in interfaces.d file

drybjed commented 8 years ago

@ser Does it work if you replace the ipaddr filter in debops-playbooks with the one from Ansible devel branch? The issue with /31 prefix was recently resolved in devel, not sure about the /32.