Add 802.1q subinterface support to iptables report
Ivana Varekova <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, I just read a bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=507743 and the guy there suggests to add info about the subinterface number to iptables service and attach a patch which adds this - the patch looks ok for me so, I think it would be useful to have this change in upstream too. Patch is attached Ivana Varekova _______________________________________________ Logwatch-Devel mailing list [email protected] http://www2.list.logwatch.org:81/mailman/listinfo/logwatch-devel
proposed.patch
(text/x-patch, 694 B)
--- iptables~ 2009-03-31 02:04:55.000000000 -0500
+++ iptables 2009-06-23 16:32:42.000000000 -0500
@@ -120,7 +120,7 @@
$ipt2{$actionType}{$if}{$toport}{$proto}{$fromip}{$toip}{"$chain,$if"}++;
}
# IPTABLES
- elsif (($chain,$ifin,$ifout,$fromip,$toip,$proto,$rest) = ($ThisLine =~ /^(.*?)\s*IN=(\w*).*?OUT=(\w*).*?SRC=([\w\.:]+).*?DST=([\w\.:]+).*?PROTO=(\w+)(.*)/ )) {
+ elsif (($chain,$ifin,$ifout,$fromip,$toip,$proto,$rest) = ($ThisLine =~ /^(.*?)\s*IN=([\w\.]*).*?OUT=([\w\.]*).*?SRC=([\w\.:]+).*?DST=([\w\.:]+).*?PROTO=(\w+)(.*)/ )) {
# get a destination port number (or icmp type) if there is one
if (! ( ($toport) = ( $rest =~ /TYPE=(\w+)/ ) ) ) {