[NETFILTER]: Add "revision" support to arp_tables and ip6_tables
authorHarald Welte <laforge@netfilter.org>
Wed, 26 Oct 2005 07:34:24 +0000 (09:34 +0200)
committerArnaldo Carvalho de Melo <acme@mandriva.com>
Mon, 31 Oct 2005 18:36:08 +0000 (16:36 -0200)
commit6b7d31fcdda5938e5d3f1f8b0922cc25aa200dfc
treec44f46d7eab0ea138247018ba1e04da6df8ae9d4
parent6ede2463c8d7ea949f8e7ef35243490c415ddc2f
[NETFILTER]: Add "revision" support to arp_tables and ip6_tables

Like ip_tables already has it for some time, this adds support for
having multiple revisions for each match/target.  We steal one byte from
the name in order to accomodate a 8 bit version number.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
include/linux/netfilter_arp/arp_tables.h
include/linux/netfilter_ipv6/ip6_tables.h
net/ipv4/netfilter/arp_tables.c
net/ipv6/netfilter/ip6_tables.c
net/ipv6/netfilter/ip6t_MARK.c