We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Title: Steps to reproduce
Expected behavior
Actual behavior
Workaround
Execute:
fw4 restart
Please note that a reload is not enough
Components NethSecurity version: 8-23.05.5-ns.1.3.0
The text was updated successfully, but these errors were encountered:
QA:
nft
ipset
nft list set inet fw4 <setname>
Sorry, something went wrong.
Confirm fixed ✅
root@NethSec:~# nft list set inet fw4 ns_cd1c7c25_ipset table inet fw4 { set ns_cd1c7c25_ipset { type ipv4_addr flags interval auto-merge elements = { 8.8.8.8, 80.17.99.73-80.17.99.75 } } }
removed the ip 80.17.99.74 and save:
80.17.99.74
root@NethSec:~# uci changes -firewall.ns_cd1c7c25_ipset firewall.ns_cd1c7c25_ipset='ipset' firewall.ns_cd1c7c25_ipset.name='ns_cd1c7c25_ipset' firewall.ns_cd1c7c25_ipset.match='src_net' firewall.ns_cd1c7c25_ipset.enabled='1' firewall.ns_cd1c7c25_ipset.ns_link='firewall/ns_cd1c7c25' firewall.ns_cd1c7c25_ipset.entry+='80.17.99.73' firewall.ns_cd1c7c25_ipset.entry+='80.17.99.75' firewall.ns_cd1c7c25_ipset.entry+='8.8.8.8/32' -firewall.ns_cd1c7c25.proto firewall.ns_cd1c7c25.proto+='tcp' firewall.ns_cd1c7c25.proto+='udp'
the ipset has been updated correctly.
root@NethSec:~# nft list set inet fw4 ns_cd1c7c25_ipset table inet fw4 { set ns_cd1c7c25_ipset { type ipv4_addr flags interval auto-merge elements = { 8.8.8.8, 80.17.99.73, 80.17.99.75 } } }
No branches or pull requests
Title:
Steps to reproduce
Expected behavior
Actual behavior
Workaround
Execute:
Please note that a reload is not enough
Components
NethSecurity version: 8-23.05.5-ns.1.3.0
The text was updated successfully, but these errors were encountered: