Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet Disable the H.323 proxy again - it's too buggy t...



details:   https://anonhg.NetBSD.org/src/rev/68a8bee6c5ab
branches:  trunk
changeset: 524892:68a8bee6c5ab
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Apr 01 18:07:10 2002 +0000

description:
Disable the H.323 proxy again - it's too buggy to be supported option
for now. Suggested by Matthew Green and Bernd Ernesti.

diffstat:

 sys/netinet/ip_proxy.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 19a6f5649682 -r 68a8bee6c5ab sys/netinet/ip_proxy.c
--- a/sys/netinet/ip_proxy.c    Mon Apr 01 17:43:10 2002 +0000
+++ b/sys/netinet/ip_proxy.c    Mon Apr 01 18:07:10 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_proxy.c,v 1.30 2002/04/01 16:50:08 jdolecek Exp $   */
+/*     $NetBSD: ip_proxy.c,v 1.31 2002/04/01 18:07:10 jdolecek Exp $   */
 
 /*
  * Copyright (C) 1997-2002 by Darren Reed.
@@ -79,7 +79,7 @@
 #if !defined(lint)
 #if defined(__NetBSD__)
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_proxy.c,v 1.30 2002/04/01 16:50:08 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_proxy.c,v 1.31 2002/04/01 18:07:10 jdolecek Exp $");
 #else
 static const char rcsid[] = "@(#)Id: ip_proxy.c,v 2.9.2.21 2002/03/06 09:44:14 darrenr Exp";
 #endif
@@ -103,8 +103,11 @@
 #include "netinet/ip_rcmd_pxy.c"
 #include "netinet/ip_raudio_pxy.c"
 #include "netinet/ip_netbios_pxy.c"
+#if 0
+/* H.323 proxy code is buggy in IPFilter 3.4.25 */
 #include "netinet/ip_h323_pxy.c"
 #endif
+#endif
 #include "netinet/ip_ipsec_pxy.c"
 
 ap_session_t   *ap_sess_tab[AP_SESS_SIZE];



Home | Main Index | Thread Index | Old Index