Description of Problem:When trying to load the log-level of notice in an iptables rule iptables complains that this is not valid. Changing to log level 5 works. The man page states the following: --log-level level Level of logging (numeric or see syslog.conf(5)). Version-Release number of selected component (if applicable):1.2.3-1 How Reproducible:Every time Steps to Reproduce: 1. Load the rule with LOg turned on with --log-level set to notice. 2. 3. Actual Results:iptables gives an error that loglevel notice is invalid Expected Results:Should load the rule. Additional Information:These rules were working for a long time on a 7.0 machine. Upon upgrade they refused to load.
iptables-1.2.3/extensions/libipt_LOG.c -> parse_level(..) is bad. But this is fixed with iptables-1.2.4.
Created attachment 35161 [details] patch
Am I correct that there is no official redhat fix?
Btw, duplicate of bug #54280.
*** This bug has been marked as a duplicate of 54280 ***