diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-09-26 21:10:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-09-26 21:10:54 +0000 |
commit | 560bcae1083a8f950d11914c74dcb10b92aeca15 (patch) | |
tree | c5ef7b766dda7ed0ab6b80101c3b6f132038623a | |
parent | 19c168f0bdce6ab86b7ad915ca522a66245d5f00 (diff) |
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]; |