-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
UI bug: the Source/Destination CIDR are set to empty not 0.0.0.0/0 #10002
Comments
Hi @weizhouapache, I’d like to work on this issue. From my understanding, the Source/Destination CIDR fields should default to 0.0.0.0/0 instead of being empty. Could you confirm if this is the expected behavior? If assigned, I’ll get started right away. Looking forward to contributing! |
@iishitahere , that is correct. When first editting and thanclearing the field, the default of 0.0.0.0/0 should be used again. This can be a UI fix, but as I understand the problem it can also be solved in the API. What do you think @weizhouapache ? |
@DaanHoogland @iishitahere |
Thank you, @weizhouapache and @DaanHoogland , for the clarification! Based on your input, it seems that addressing this as a UI fix would be the right approach. I’ll focus on ensuring that the UI does not pass an empty string or spaces as API parameters for the CIDR field and defaults to 0.0.0.0/0 when the field is cleared. I’ll start working on this and keep you updated on my progress. Please let me know if there are any additional details or specific areas you'd like me to focus on. Thanks again for assigning me to this issue! |
Fixes apache#10002 Signed-off-by: Abhishek Kumar <[email protected]>
Fixes apache#10002 Signed-off-by: Abhishek Kumar <[email protected]>
Fixes apache#10002 Signed-off-by: Abhishek Kumar <[email protected]>
The issue happens when create a firewall rule for source nat, static nat, lb or pf on UI.
for example for port forwarding
in the VR, there is no iptables rules for port 23, which is wrong.
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: