https://bugzilla.novell.com/show_bug.cgi?id=660156 https://bugzilla.novell.com/show_bug.cgi?id=660156#c0 Summary: when FW_REDIRECT includes a !network , warning of deprecated usage is issued Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Security AssignedTo: security-team@suse.de ReportedBy: toganm@dinamizm.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101203 SUSE/3.6.13-3.1 Firefox/3.6.13 Kernel= 2.6.31.14-0.4-default iptables=iptables-1.4.4-4.2.i586 SuSEfirewall2=SuSEfirewall2-3.6_SVNr226-2.2.noarch Example: FW_REDIRECT="192.168.1.0/29,!xxx.xxx.xxx.xx/29,tcp,80,3128" when FW_REDIRECT includes a !network like the example above the following message is printed on the screen "Using intrapositioned negation (`--option ! this`) is deprecated in favor of extrapositioned (`! --option this`)." Reproducible: Always Steps to Reproduce: 1.Add a ! mark for the destination network in FW_REDIRECT 2.issue SuSEfirewall2 from commandline 3.see the warning message Actual Results: "Using intrapositioned negation (`--option ! this`) is deprecated in favor of extrapositioned (`! --option this`)." Expected Results: No warning regarding the deprecated usage This is a hint that the syntax is wrong (-d ! xxx...), and the preferred syntax (! -d xxx..) So the respective code in SuSEfirewall2 should be corrected. Haven't tested but other openSUSE versions may also have the same issue. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.