Actions
Feature #12269
closedInclude firewall rules from packages which failed to load in status output
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
22.01
Release Notes:
Default
Description
discover_pkg_rules()
creates the "/tmp/rules.packages.{$pkgname}" file if the package creates unloadable rules.
it would be helpful to add them to status_output for checking
Updated by Viktor Gurov over 3 years ago
Updated by Jim Pingle over 3 years ago
- Status changed from New to Pull Request Review
- Assignee set to Viktor Gurov
- Target version set to 2.6.0
- Plus Target Version set to 21.09
Updated by Viktor Gurov over 3 years ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
Applied in changeset 14b8b150cb56f1abab87feb3695d841fd734c71c.
Updated by Viktor Gurov over 3 years ago
- Status changed from Feedback to Resolved
2.6.0.a.20210818.0500 works as expected
Firewall-Generated Package Invalid Ruleset squid:
#There was an error while parsing the package filter rules for /usr/local/pkg/squid.inc. # Setup Squid proxy redirect no rdr on vtnet0 proto tcp from any to { asdjasndkasnd, cvncvvcvcvc } port 80 no rdr on $pppoe proto tcp from any to { asdjasndkasnd, cvncvvcvcvc } port 80 rdr pass on vtnet0 inet proto tcp from any to !(vtnet0) port 80 -> 127.0.0.1 port 3128 rdr pass on $pppoe proto tcp from any to !127.0.0.1 port 80 -> 127.0.0.1 port 3128
Updated by Jim Pingle about 3 years ago
- Tracker changed from Todo to Feature
- Subject changed from Add incorrectly generated package rules to status_output to Include firewall rules from packages which failed to load in status output
Updating subject for release notes.
Updated by Jim Pingle about 3 years ago
- Plus Target Version changed from 21.09 to 22.01
Actions