Skip to content
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

anonymizer: option to skip SRC_IP (-S)/DST_IP (-D) #236

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

cejkato2
Copy link
Contributor

Two optional parameters were added to skip anonymization of SRC_IP (option -S) or DST_IP (option -D).

Example to leave SRC_IP without any modification:
/usr/bin/nemea/anonymizer -i u:input,u:output -S

Example to leave both SRC_IP and DST_IP without any modification: /usr/bin/nemea/anonymizer -i u:input,u:output -S -D

Two optional parameters were added to skip anonymization of
SRC_IP (option -S) or DST_IP (option -D).

Example to leave SRC_IP without any modification:
/usr/bin/nemea/anonymizer -i u:input,u:output -S

Example to leave both SRC_IP and DST_IP without any modification:
/usr/bin/nemea/anonymizer -i u:input,u:output -S -D
@cejkato2 cejkato2 requested a review from hynekkar August 30, 2024 06:45
@hynekkar hynekkar merged commit 58eb6c5 into master Aug 30, 2024
1 of 3 checks passed
@hynekkar hynekkar deleted the anonymizer_skipopts branch August 30, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants