def write_zone_ports(zone)
      return nil if !zone_attr_modified?(zone, :ports)

      # These are the ports which should be enabled
      good_ports = get_zone_attr(zone, :ports)