Ryanpineo fix ipaddr netmask with 32 cidr (#23506)

* Fix bug in ipaddr netmask filter when cidr is 32

* Add requirement on netaddr to the units.txt file
This commit is contained in:
Toshio Kuratomi 2017-04-11 14:10:43 -07:00 committed by GitHub
commit 4e8e366739
2 changed files with 36 additions and 0 deletions

View file

@ -13,3 +13,4 @@ python-memcached
pyyaml
redis
unittest2 ; python_version < '2.7'
netaddr