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

Validate all configurable network ports to avoid invalid port #7035

Open
luolanzone opened this issue Feb 28, 2025 · 0 comments · May be fixed by #7037
Open

Validate all configurable network ports to avoid invalid port #7035

luolanzone opened this issue Feb 28, 2025 · 0 comments · May be fixed by #7037
Assignees

Comments

@luolanzone
Copy link
Contributor

There are a few configurable network ports in Antrea configuration file, but we only check if the port is an invalid 0 in most cases. Since there might be incorrect port number provided by users because of typo, we should go through all the configurable network ports in Antrea and validate that the input are in the valid port range of 1-65535.
e.g. tunnelPort, wireGuard.port.

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 a pull request may close this issue.

1 participant