diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-30 19:26:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-30 19:26:58 +0000 |
commit | 679b20c5c22a2b430a1e88a8825bcfe3e15065e7 (patch) | |
tree | da71a81a2d5448237f0e52d6e7a9e0a641b5309c /sys/netinet/in_pcb.h | |
parent | 33c0aeee6f03c98a2480fc05ae2256525901107d (diff) |
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
Diffstat (limited to 'sys/netinet/in_pcb.h')
-rw-r--r-- | sys/netinet/in_pcb.h | 4 |
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]; |