diff options
author | 2006-09-26 21:10:53 +0000 | |
---|---|---|
committer | 2006-09-26 21:10:53 +0000 | |
commit | ed492530c0a8726654ba2c2637e11ba18f02e4c7 (patch) | |
tree | bc2c7981a4b2176165db0d1e7ee929977d33fbe2 | |
parent | regen (diff) | |
download | wireguard-openbsd-ed492530c0a8726654ba2c2637e11ba18f02e4c7.tar.xz wireguard-openbsd-ed492530c0a8726654ba2c2637e11ba18f02e4c7.zip |
udp port 664 is sometimes also stolen on the wire by ipmi/asf balony.
Did these vendors really really really not think? Absolute morons.
-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 e48f0f92893..a6a0d22e021 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in_pcb.h,v 1.54 2006/05/30 19:26:57 deraadt Exp $ */ +/* $OpenBSD: in_pcb.h,v 1.55 2006/09/26 21:10:53 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 { 623, 750, 751, 0 } +#define DEFBADDYNAMICPORTS_UDP { 623, 664, 750, 751, 0 } struct baddynamicports { u_int32_t tcp[DP_MAPSIZE]; |