Skip to content

firewall: fix option enabled

Rahul Thakur requested to merge rt_fix_l2_nm_fw into devel

Currently, when the firewall.globals.enabled is set to 0, then it only sets the option input for zone wan to ACCEPT. This is not completely correct, if we truly want to disable firewall, then we should also set the defaults.input to ACCEPT.

Merge request reports