-
Notifications
You must be signed in to change notification settings - Fork 5
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
Zones and Policies page incorrectly displays the Logging status for each zone #807
Comments
This was referenced Oct 3, 2024
gsanchietti
added a commit
that referenced
this issue
Oct 7, 2024
gsanchietti
pushed a commit
that referenced
this issue
Oct 7, 2024
Co-authored-by: gsanchietti <gsanchietti@users.noreply.github.com> #807
Testing image version: 8-23.05.5-ns.1.2.99-alpha1-57-gece787fcce |
github-actions
bot
added
the
testing
Packages are available from testing repositories
label
Oct 7, 2024
Not Verified ❌ The UI show Logging root@NethSec-test:~# uci show firewall.ns_lan
firewall.ns_lan=zone
firewall.ns_lan.name='lan'
firewall.ns_lan.network='lan'
firewall.ns_lan.input='ACCEPT'
firewall.ns_lan.output='ACCEPT'
firewall.ns_lan.forward='ACCEPT'
root@NethSec-test:~#
root@NethSec-test:~#
root@NethSec-test:~#
root@NethSec-test:~# uci show firewall.ns_guest.log
firewall.ns_guest.log='0' New Zones are created with the option root@NethSec-test:~# uci changes
firewall.ns_new='zone'
firewall.ns_new.name='new'
firewall.ns_new.input='DROP'
firewall.ns_new.forward='DROP'
firewall.ns_new.output='ACCEPT'
firewall.ns_new.log='0'
firewall.ns_new='7' but the UI only show |
gsanchietti
added a commit
that referenced
this issue
Oct 7, 2024
#807 Co-authored-by: gsanchietti <gsanchietti@users.noreply.github.com>
Verified ✅ |
francio87
added
verified
All test cases were verified successfully
and removed
testing
Packages are available from testing repositories
labels
Oct 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
log
option.log
option, even if set to0
.uci set firewall.ns_wan.log=0 uci commit firewall /etc/init.d/firewall reload
Expected behavior:
Actual behavior:
log
option is set to0
.Tasks to fix:
Components:
NethSecurity Image: 8-23.05.4-ns.1.2.0
The text was updated successfully, but these errors were encountered: