**Issue**: The Netris API returns ICMP type values in the wrong JSON field for ACL rules. **Expected behavior**: ICMP type should be returned in `icmp_type` field **Actual behavior**: ICMP type is returned in `dst_port_from` field; `icmp_type` is always None
Issue: The Netris API returns ICMP type values in the wrong JSON field for ACL rules.
Expected behavior: ICMP type should be returned in
icmp_typefieldActual behavior: ICMP type is returned in
dst_port_fromfield;icmp_typeis always None