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

Add a comment about CARP in generated rules #4486

Merged
merged 1 commit into from Nov 12, 2020

Conversation

apollo13
Copy link
Contributor

@apollo13 apollo13 commented Nov 12, 2020

Currently the rules.debug file looks like this:

# Snort package
block log quick from <snort2c> to any tracker 1000000109 label "Block snort2c hosts"
block log quick from any to <snort2c> tracker 1000000110 label "Block snort2c hosts"
block in log quick proto carp from (self) to any tracker 1000000201
pass  quick proto carp tracker 1000000202 no state

This made me wonder which weird things snort is doing there. Turns out it was not snort.

Currently the rules.debug file looks like this:
```
# Snort package
block log quick from <snort2c> to any tracker 1000000109 label "Block snort2c hosts"
block log quick from any to <snort2c> tracker 1000000110 label "Block snort2c hosts"
block in log quick proto carp from (self) to any tracker 1000000201
pass  quick proto carp tracker 1000000202 no state
```

This made me wonder which weird things snort is doing there. Turns out it was not snort.
@netgate-git-updates netgate-git-updates merged commit 7a8e671 into pfsense:master Nov 12, 2020
@apollo13 apollo13 deleted the patch-2 branch November 12, 2020 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants