summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/in_pcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index a2f70a5cd4e..e48f0f92893 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_pcb.h,v 1.53 2006/05/29 20:42:27 claudio Exp $ */
+/* $OpenBSD: in_pcb.h,v 1.54 2006/05/30 19:26:57 deraadt Exp $ */
/* $NetBSD: in_pcb.h,v 1.14 1996/02/13 23:42:00 christos Exp $ */
/*
@@ -222,7 +222,7 @@ struct inpcbtable {
/* default values for baddynamicports [see ip_init()] */
#define DEFBADDYNAMICPORTS_TCP { 587, 749, 750, 751, 760, 761, 871, 0 }
-#define DEFBADDYNAMICPORTS_UDP { 750, 751, 0 }
+#define DEFBADDYNAMICPORTS_UDP { 623, 750, 751, 0 }
struct baddynamicports {
u_int32_t tcp[DP_MAPSIZE];