Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many fixes for defaults and non-input chains to work properly. plus more
V1.6 - added make_rejects_chain() to allow making REJECT rules for any interface - added make_special_rules() that process keys: 'incoming open', 'incoming open & log', 'incoming block & log' from interface config and make rules without concrete host ties - finally fixed old bug with deliberately ignoring inherited defaults ('+'/'-'/'*') At last you can have really working default and exceptions. - added 2 helper functions to provide more subtle rule exxeptions control. But it is planned for subsequent release. - eliminated redundant option 'external' from internal options block. It was the inverse of 'is output' - fixed 'norestrict' implementation blocking exception rules - added sorting to some keys before dumping ready chains and tables, so order is more or less consistent between runs - More cosmetics to comb the code and output - added sanity check for output rules in generic_physical_rules() - fixed log prefixes to be more consistent
- Loading branch information