Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Modules
-
Manual Test
-
Needs Assessment
Description
Regexp [^ ].* in iptables.rb#L465 eats the rest of line (not only comment):
values = values.gsub(%r{-m comment --comment (".*?[^\\"]"|[^ ].*)( |$)}, '') |