-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix inconsistency of target.ips output #870
Conversation
Hi @JSCU-CNI , please open an issue and attache this PR so we can schedule a review into our sprints. |
Co-authored-by: Erik Schamper <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the broken suggestion 😄 would it be possible to make a regression test too?
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #870 +/- ##
==========================================
- Coverage 77.02% 77.01% -0.01%
==========================================
Files 322 322
Lines 27575 27566 -9
==========================================
- Hits 21239 21231 -8
+ Misses 6336 6335 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Couldn't figure out how to properly modify a VirtualHive in a way the RegistryPlugin registers multiple ControlSets. Perhaps you know of a better way @Schamper? |
We can further simplify the general network plugin when fox-it/flow.record#148 is merged. |
This is now ready for review. |
Co-authored-by: Erik Schamper <[email protected]>
Add optional params to _get_config_value to split value according to a list of character Regression added in fox-it#870
Add optional params to _get_config_value to split value according to a list of character Regression added in fox-it#870
Add optional params to _get_config_value to split value according to a list of character Regression added in fox-it#870
Add optional params to _get_config_value to split value according to a list of character Regression added in fox-it#870
Add optional params to _get_config_value to split value according to a list of character Regression added in fox-it#870
Fixes #877.