Remove PF_MPSAFE_UGID leftover.

Spotted by:	bz
Approved by:	re (gnn)
This commit is contained in:
mlaier 2007-09-22 18:22:31 +00:00
parent 6b6ebc8c90
commit b333fcfd21
2 changed files with 0 additions and 5 deletions

View File

@ -739,9 +739,6 @@ device mn # Munich32x/Falc54 Nx64kbit/sec cards.
# The `pflog' device provides the pflog0 interface which logs packets.
# The `pfsync' device provides the pfsync0 interface used for
# synchronization of firewall state tables (over the net).
# The PF_MPSAFE_UGID option enables a special workaround for a LOR with
# user/group rules that would otherwise lead to a deadlock. This has
# performance implications and should be used with care.
#
# The PPP_BSDCOMP option enables support for compress(1) style entire
# packet compression, the PPP_DEFLATE is for zlib/gzip style compression.
@ -776,7 +773,6 @@ device if_bridge #Bridge interface
device pf #PF OpenBSD packet-filter firewall
device pflog #logging support interface for PF
device pfsync #synchronization interface for PF
options PF_MPSAFE_UGID #Workaround LOR with user/group rules
device carp #Common Address Redundancy Protocol
device enc #IPsec interface
device ppp #Point-to-point protocol

View File

@ -352,7 +352,6 @@ DEV_ENC opt_enc.h
DEV_PF opt_pf.h
DEV_PFLOG opt_pf.h
DEV_PFSYNC opt_pf.h
PF_MPSAFE_UGID opt_pf.h
ETHER_II opt_ef.h
ETHER_8023 opt_ef.h
ETHER_8022 opt_ef.h