netdev
[Top] [All Lists]

[PATCH/RFC] remove include/linux/netflinter_ipv6/ip6t_REJECT.h

To: davem@xxxxxxxxxx, laforge@xxxxxxxxxxxx
Subject: [PATCH/RFC] remove include/linux/netflinter_ipv6/ip6t_REJECT.h
From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
Date: Sat, 28 Aug 2004 01:14:51 +0900 (JST)
Cc: netdev@xxxxxxxxxxx, netfilter-devel@xxxxxxxxxxxxxxxxxxx
Organization: USAGI Project
Sender: netdev-bounce@xxxxxxxxxxx
Hello.

There're no users of include/linux/netflinter_ipv6/ip6t_REJECT.h,
which contains wrong, useless definitions.

Yes, I know ip6t_REJECT.c lives in patch-o-matic, but
it (almost) completely replaces ip6t_REJECT.h;
which implies that ip6t_REJECT.h is useless at all.

So, how about removing ip6t_REJECT.h for now?
Of course, introducing appropriate ip6t_REJECT.c and ip6t_REJECT.h is
the alternate option. :-)

Thanks.

Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@xxxxxxxxxxxxxx>

--yoshfuji

ChangeSet@xxxxxx, 2004-08-28 00:46:02+09:00, yoshfuji@xxxxxxxxxxxxxx
  [NETFILTER] remove unused file.
  
  Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@xxxxxxxxxxxxxx>

diff -Nru a/include/linux/netfilter_ipv6/ip6t_REJECT.h 
b/include/linux/netfilter_ipv6/ip6t_REJECT.h
--- a/include/linux/netfilter_ipv6/ip6t_REJECT.h        2004-08-28 00:47:03 
+09:00
+++ /dev/null   Wed Dec 31 16:00:00 196900
@@ -1,16 +0,0 @@
-#ifndef _IP6T_REJECT_H
-#define _IP6T_REJECT_H
-
-enum ip6t_reject_with {
-       IP6T_ICMP_NET_UNREACHABLE,
-       IP6T_ICMP_HOST_UNREACHABLE,
-       IP6T_ICMP_PROT_UNREACHABLE,
-       IP6T_ICMP_PORT_UNREACHABLE,
-       IP6T_ICMP_ECHOREPLY
-};
-
-struct ip6t_reject_info {
-       enum ip6t_reject_with with;      /* reject type */
-};
-
-#endif /*_IPT_REJECT_H*/

-- 
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@xxxxxxxxxxxxxx>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA

<Prev in Thread] Current Thread [Next in Thread>