* [PATCH/RFC] remove include/linux/netflinter_ipv6/ip6t_REJECT.h
@ 2004-08-27 16:14 YOSHIFUJI Hideaki / 吉藤英明
2004-08-27 23:59 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2004-08-27 16:14 UTC (permalink / raw)
To: davem, laforge; +Cc: netdev, netfilter-devel
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@linux-ipv6.org>
--yoshfuji
ChangeSet@1.1841, 2004-08-28 00:46:02+09:00, yoshfuji@linux-ipv6.org
[NETFILTER] remove unused file.
Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
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@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF 80D8 4807 F894 E062 0EEA
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH/RFC] remove include/linux/netflinter_ipv6/ip6t_REJECT.h
2004-08-27 16:14 [PATCH/RFC] remove include/linux/netflinter_ipv6/ip6t_REJECT.h YOSHIFUJI Hideaki / 吉藤英明
@ 2004-08-27 23:59 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-08-27 23:59 UTC (permalink / raw)
To: yoshfuji; +Cc: laforge, netdev, netfilter-devel
On Sat, 28 Aug 2004 01:14:51 +0900 (JST)
YOSHIFUJI Hideaki / ^[$B5HF#1QL@^[(B <yoshfuji@linux-ipv6.org> wrote:
> 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. :-)
I agree, patch applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-27 23:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-27 16:14 [PATCH/RFC] remove include/linux/netflinter_ipv6/ip6t_REJECT.h YOSHIFUJI Hideaki / 吉藤英明
2004-08-27 23:59 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).