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
Steps to reproduce
input_wan
uci
firewall.ns_2cb6a34d=rule firewall.ns_2cb6a34d.name='allow-ssh' firewall.ns_2cb6a34d.src='wan' firewall.ns_2cb6a34d.target='ACCEPT' firewall.ns_2cb6a34d.ns_service='ssh' firewall.ns_2cb6a34d.dest_port='22' firewall.ns_2cb6a34d.enabled='1' firewall.ns_2cb6a34d.log='0' firewall.ns_2cb6a34d.ipset='tutto src' firewall.ns_2cb6a34d.src_ip='1.1.1.1' firewall.ns_2cb6a34d.proto='tcp' 'udp'
firewall.ns_2cb6a34d=rule firewall.ns_2cb6a34d.name='allow-ssh' firewall.ns_2cb6a34d.src='wan' firewall.ns_2cb6a34d.target='ACCEPT' firewall.ns_2cb6a34d.ns_service='ssh' firewall.ns_2cb6a34d.dest_port='22' firewall.ns_2cb6a34d.enabled='1' firewall.ns_2cb6a34d.log='0' firewall.ns_2cb6a34d.proto='tcp' 'udp' firewall.ns_2cb6a34d.ns_src='objects/ns_783c64b8' firewall.ns_2cb6a34d.src_ip='151.99.0.101' '151.99.0.100'
Expected behavior
Actual behavior
Components NethSecurity version: 8-23.05.5-ns.1.3.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
input_wan
to see if the reference to the ipset is removed.uci
configuration before modification:uci
configuration after modification to hostsets:Expected behavior
input_wan
once the source is changed to a specific IP address.Actual behavior
input_wan
even after changing the source to a specific IP address.Components
NethSecurity version: 8-23.05.5-ns.1.3.0
The text was updated successfully, but these errors were encountered: