summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-05-30 19:26:57 +0000
committerderaadt <deraadt@openbsd.org>2006-05-30 19:26:57 +0000
commit8254f375ac87dd8efe9aba965adb1e0e9405050c (patch)
tree6ab5f52bd6cd9ef1a8ebfd09841e51643067a537
parentasf/ipmi balony at udp 623; sthen@bootes.spacehopper.org (diff)
downloadwireguard-openbsd-8254f375ac87dd8efe9aba965adb1e0e9405050c.tar.xz
wireguard-openbsd-8254f375ac87dd8efe9aba965adb1e0e9405050c.zip
Put ASF/IPMI port 623 into the bad dynamic udp table, because otherwise
we will randomly choose that stupid port, which NIC's are sometimes programmed to eat invisibly; sthen@bootes.spacehopper.org, pr5139
-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];