From: Patrick McHardy Date: Tue, 18 Dec 2007 05:52:00 +0000 (-0800) Subject: [NETFILTER]: {ip,ip6}_tables: reformat to eliminate differences X-Git-Tag: v2.6.25-rc1~1162^2~1036 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c54795950d198e77144a18c94e7ed52ea0f3c77;p=pandora-kernel.git [NETFILTER]: {ip,ip6}_tables: reformat to eliminate differences Reformat ip_tables.c and ip6_tables.c in order to eliminate non-functional differences and minimize diff output. This allows to get a view of the real differences using: sed -e 's/IP6T/IPT/g' \ -e 's/IP6/IP/g' \ -e 's/INET6/INET/g' \ -e 's/ip6t/ipt/g' \ -e 's/ip6/ip/g' \ -e 's/ipv6/ip/g' \ -e 's/icmp6/icmp/g' \ net/ipv6/netfilter/ip6_tables.c | \ diff -wup /dev/stdin net/ipv4/netfilter/ip_tables.c Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed