diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2004-04-24 23:22:55 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2004-04-24 23:22:55 +0000 |
commit | 00841eaf02d570340c21f200a8f8cb6326c38e6c (patch) | |
tree | e0b250c03c35e8e3eaad2ced14659841e59a490e /sys/net/pfvar.h | |
parent | 42090a4d22f5c1213635160510f17b68ce84eb73 (diff) |
Add "probability xxx" rule modifier. ok deraadt@
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r-- | sys/net/pfvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index d3dda46578e..705f2fc0d0a 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.187 2004/03/22 04:54:18 mcbride Exp $ */ +/* $OpenBSD: pfvar.h,v 1.188 2004/04/24 23:22:54 cedric Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -491,6 +491,7 @@ struct pf_rule { u_int32_t pqid; u_int32_t rt_listid; u_int32_t nr; + u_int32_t prob; u_int16_t return_icmp; u_int16_t return_icmp6; |