-
Notifications
You must be signed in to change notification settings - Fork 352
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
T7147: Import Large Network Sets to Firewall Group From File #4341
base: current
Are you sure you want to change the base?
Conversation
👍 |
For the op command, I don't add all because:
|
When I make changes to firewall groups in config mode, all nftables using groups are updated. Is there any mechanism I can invoke in op mode? |
How is this different from T5493 ? |
I read the changes in that PR, he added a new type of group, but I don't see how he uses such group. I would say, the so-called 'remote' should just be a different source for each type of group(embedded in config tree, local file or remote url), but not a new group type. In my case I planned to say from file or url, but I see many different file formats for china route lists, and there is no standards. So I create this PR with least thing which I think VyOS should support, which is loading from a file under Other type of groups can be also added in similar way. |
CI integration ❌ failed! Details
|
Change summary
source-file
to firewall/group/network-group (ipv6-network-group)update firewall-groups
to update sets from fileOp command updates:
Following with group_tmpl not updated:
Types of changes
Related Task(s)
https://vyos.dev/T7147
Related PR(s)
How to test / Smoketest result
Passed
Checklist: