Tufin / pytos

A Python SDK for Tufin Orchestration Suite
https://www.tufin.com
Apache License 2.0
55 stars 21 forks source link

as_netaddr_obj ST fix #16

Closed geewrd closed 6 years ago

geewrd commented 6 years ago

This PR corrects an issue with Fortimanager objects returns from ST with leading zero padded masks and ip addresses. It strips leading 0s from masks, and adds the ZEROFILL flag to other netaddr operations.