We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
example:
protocol: TCP src-ports: 1-442,444-65535 dst-ports: 443; protocol: TCP src-ports: 443
should be simplified to
protocol: TCP dst-ports: 443; protocol: TCP src-ports: 443
explore other examples to generalize the problem
The text was updated successfully, but these errors were encountered:
should also address np-guard/vpc-network-config-analyzer#826 (comment)
Sorry, something went wrong.
should also refactor the function w.r.t. the "protocol" header so that it is consistent and always printed
No branches or pull requests
example:
protocol: TCP src-ports: 1-442,444-65535 dst-ports: 443; protocol: TCP src-ports: 443
should be simplified to
protocol: TCP dst-ports: 443; protocol: TCP src-ports: 443
explore other examples to generalize the problem
The text was updated successfully, but these errors were encountered: