Dominik Pataky

Results 10 issues of Dominik Pataky

In IPFIX, exporters and collectors can/should use TCP or SCTP for their connection instead of UDP. At least TCP should be added to the collector in this repo. Related to...

enhancement
collector

Until now a custom gzip storage format was used for the collector. This approach is based on the first implementation where a simple JSON dict was exported to a file....

During development and testing I came about a situation where neighbor solicitation flows would cause softflowd to go crazy. Scenario: something in the network causes NS packets every 5-30 seconds....

In the analyzer, two flows from the same pair of hosts are matched with each other. Then one of the hosts is determined as the source, the other as the...

help wanted
analyzer

Implements multiple fixes and improvements for Katello content views and their filters/rules

Implements the TraceFunctionCall function in 'utils.go'. All 'log.Tracef()' calls are replaced with the new function. Refs #138 See: https://github.com/terraform-coop/terraform-provider-foreman/pull/138#issuecomment-1860428483

Currently, the README and the docs refer to the usage of `location_id` and `organization_id` as follows: README: > In case you are still using an older version of Foreman with...

When creating a Foreman host, the `interfaces_attributes` argument can be passed in to configure the network interfaces. At the moment, it seems to not be possible to set the order...

Adds error handling to host creation code for the interface attributes, where there may be a field used that has nil instead of string. Resolves https://github.com/terraform-coop/terraform-provider-foreman/issues/160

This adds the structure for E2E testing to the repo, allowing developers of the Terraform provider to create their own test instance with Foreman and Katello and run a set...