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

Simplify how connection set is printed #58

Open
zivnevo opened this issue Jul 2, 2024 · 2 comments
Open

Simplify how connection set is printed #58

zivnevo opened this issue Jul 2, 2024 · 2 comments

Comments

@zivnevo
Copy link
Member

zivnevo commented Jul 2, 2024

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

@ShiriMoran
Copy link
Contributor

should also address
np-guard/vpc-network-config-analyzer#826 (comment)

@ShiriMoran
Copy link
Contributor

should also refactor the function w.r.t. the "protocol" header so that it is consistent and always printed

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

No branches or pull requests

2 participants