Bring the 'probability' keyword into PF from NetBSD. This feature allows
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 6 Apr 2008 21:12:42 +0000 (21:12 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 6 Apr 2008 21:12:42 +0000 (21:12 +0000)
commit75fda04a5ef1b7cd5da6e53019e8b21bbf5071af
treea6a9268186a8a9229759d55f5e918a82c29a82e1
parent0cf24ce33fc3d529228cb677b16f704025fcd315
Bring the 'probability' keyword into PF from NetBSD.  This feature allows
a rule to have a probability associated with it which governs whether the
rule is run or not for any given packet.

Suggested-by: =?ISO-8859-1?Q?C=E9dric_Berger?= <cedric@berger.to>
Obtained-from: NetBSD-current
sys/net/pf/pf.c
sys/net/pf/pfvar.h
usr.sbin/pfctl/parse.y
usr.sbin/pfctl/pf.conf.5
usr.sbin/pfctl/pfctl_parser.c