cvs commit: src/sys/net/pf
Matthew Dillon
dillon at apollo.backplane.com
Tue Sep 21 15:05:51 PDT 2004
:
:joerg 2004/09/21 14:20:58 PDT
:
:DragonFly src repository
:
: Modified files:
: sys/net/pf pf_ioctl.c
: Log:
: PF uses -1 as rule number for the default entry. To make the value more
: explicit, change this to (uint32_t)(-1).
:
: Revision Changes Path
: 1.3 +9 -7 src/sys/net/pf/pf_ioctl.c
I'd recommend creating a #define to represent a default entry value,
it will be more readable.
-Matt
More information about the Commits
mailing list