diff options
author | 2016-09-03 14:18:42 +0000 | |
---|---|---|
committer | 2016-09-03 14:18:42 +0000 | |
commit | bac81bccc8f4fb5ef87009e9d314014314a5f34c (patch) | |
tree | 0275a6bb4d8962e019ea75a5ca127f9fdaa518d3 /sys | |
parent | Limit all mbuf cluster pools to the same memory size. Having limits (diff) | |
download | wireguard-openbsd-bac81bccc8f4fb5ef87009e9d314014314a5f34c.tar.xz wireguard-openbsd-bac81bccc8f4fb5ef87009e9d314014314a5f34c.zip |
Reserve the BFD destination ports in baddynamic
OK claudio@, henning@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/in_pcb.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index 667ee90f9bb..bbebfd52717 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in_pcb.h,v 1.103 2016/08/04 20:46:24 vgross Exp $ */ +/* $OpenBSD: in_pcb.h,v 1.104 2016/09/03 14:18:42 phessler Exp $ */ /* $NetBSD: in_pcb.h,v 1.14 1996/02/13 23:42:00 christos Exp $ */ /* @@ -229,7 +229,9 @@ struct inpcbtable { 587, 749, 750, 751, 871, 2049, \ 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6010, \ 0 } -#define DEFBADDYNAMICPORTS_UDP { 623, 664, 749, 750, 751, 2049, 0 } +#define DEFBADDYNAMICPORTS_UDP { 623, 664, 749, 750, 751, 2049, \ + 3784, 3785, 7784, /* BFD/S-BFD ports */ \ + 0 } #define DEFROOTONLYPORTS_TCP { \ 2049, \ |