-
Notifications
You must be signed in to change notification settings - Fork 66
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
change firewall recent.time to string as per VyOS 1.4 #313
base: main
Are you sure you want to change the base?
Conversation
It's a moot point if you integrate it for the 1.4 rolling release; it will be broken for the stable 1.3 release, which still uses
Are there any options to use some args for modules like version |
I just started using this today, so I'm not very familiar with the codebase, but I can look into that. It would be nice to have the option. Or it could just be a freetext field? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We technically only support vyos 1.1.x at the moment, but getting on to something newer is something that I have been wanting for a while, so if this works well enough to support newer versions in a transitional way, I'm all for it.
Can you please add a changelog fragment to your PR? Thanks!
plugins/module_utils/network/vyos/argspec/firewall_rules/firewall_rules.py
Outdated
Show resolved
Hide resolved
…all_rules.py Co-authored-by: Kate Case <[email protected]>
Co-authored-by: Kate Case <[email protected]>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
I've added a changelog fragment and removed the "choices" and left it as a string since I think that will help it remain backwards-compatible. |
The thing is 1.1.x EOL I guess it is better to open a new topic and discuss there capability and other options :) |
SUMMARY
Possibly Fixes #312
ISSUE TYPE
COMPONENT NAME
Changing the type of a single variable.