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

Create Firewall Rule for ICMP Requires Starting Port Number #350

Open
jhanley-com opened this issue Nov 29, 2023 · 0 comments
Open

Create Firewall Rule for ICMP Requires Starting Port Number #350

jhanley-com opened this issue Nov 29, 2023 · 0 comments

Comments

@jhanley-com
Copy link

Environment: Windows 10 x64
Version: Civo CLI v1.0.69
Bug Type: Minor
Priority: Low
Workaround Possible: Yes
Summary: requires a command flag that should not be specified

Example command:
civo firewall rule create %NAME% ^
--protocol=ICMP ^
--direction=ingress ^
--label="Allow all ICMP traffic" ^
--action="allow" ^
--cidr=1.2.3.4/32

Error message:
Error: required flag(s) "startport" not set

Temporary workaround:
Add the starting port number:
--startport=1

Bug fix objective:
Do not require specifying starting port number for ICMP rules

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

1 participant