linux/net/ipv6/netfilter
Patrick McHardy 9c54795950 [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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 14:58:39 -08:00
..
ip6_queue.c [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict 2008-01-28 14:56:15 -08:00
ip6_tables.c [NETFILTER]: {ip,ip6}_tables: reformat to eliminate differences 2008-01-28 14:58:39 -08:00
ip6t_ah.c [NETFILTER]: x_tables: consistent and unique symbol names 2008-01-28 14:55:53 -08:00
ip6t_eui64.c [NETFILTER]: x_tables: consistent and unique symbol names 2008-01-28 14:55:53 -08:00
ip6t_frag.c [NETFILTER]: x_tables: consistent and unique symbol names 2008-01-28 14:55:53 -08:00
ip6t_hbh.c [NETFILTER]: x_tables: consistent and unique symbol names 2008-01-28 14:55:53 -08:00
ip6t_hl.c [NETFILTER]: x_tables: consistent and unique symbol names 2008-01-28 14:55:53 -08:00
ip6t_HL.c [NETFILTER]: x_tables: consistent and unique symbol names 2008-01-28 14:55:53 -08:00
ip6t_ipv6header.c [NETFILTER]: x_tables: consistent and unique symbol names 2008-01-28 14:55:53 -08:00
ip6t_LOG.c [NETFILTER]: {ip,ip6}t_LOG: log GID 2008-01-28 14:56:03 -08:00
ip6t_mh.c [NETFILTER]: x_tables: consistent and unique symbol names 2008-01-28 14:55:53 -08:00
ip6t_REJECT.c [NETFILTER]: x_tables: consistent and unique symbol names 2008-01-28 14:55:53 -08:00
ip6t_rt.c [NETFILTER]: x_tables: consistent and unique symbol names 2008-01-28 14:55:53 -08:00
ip6table_filter.c [NETFILTER]: Mark hooks __read_mostly 2008-01-28 14:56:07 -08:00
ip6table_mangle.c [NETFILTER]: Mark hooks __read_mostly 2008-01-28 14:56:07 -08:00
ip6table_raw.c [NETFILTER]: Mark hooks __read_mostly 2008-01-28 14:56:07 -08:00
Kconfig [NETFILTER]: Use lowercase names for matches in Kconfig 2008-01-28 14:55:57 -08:00
Makefile [NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner 2008-01-28 14:55:55 -08:00
nf_conntrack_l3proto_ipv6.c [NETFILTER]: Mark hooks __read_mostly 2008-01-28 14:56:07 -08:00
nf_conntrack_proto_icmpv6.c [NETFILTER]: Introduce NF_INET_ hook values 2008-01-28 14:53:55 -08:00
nf_conntrack_reasm.c [INET]: Consolidate frag queues freeing 2007-10-17 19:48:26 -07:00