diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2009-01-29 15:12:29 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2009-01-29 15:12:29 +0000 |
commit | 35cc60cd8cea267c000de42a3b430ac40a4148eb (patch) | |
tree | 242458fd7dbd2378645f626a80f3f0c8eb17e637 /sys/conf/files | |
parent | 3d8dedf456f2d321decdf69bdbfcd4ba481542d4 (diff) |
Split the address selection from pools away from pf.c and put it in
pf_lb.c. This will ease the process of adding more selection types
without bloatening pf.c even more.
ok and a weird death threat, henning@
raised eyebrow, dlg@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index a40798bae04..7fc38d114ca 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.453 2009/01/18 13:36:56 thib Exp $ +# $OpenBSD: files,v 1.454 2009/01/29 15:12:28 pyr Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -501,6 +501,7 @@ file net/pf_ioctl.c pf file net/pf_table.c pf file net/pf_osfp.c pf file net/pf_if.c pf +file net/pf_lb.c pf pseudo-device pflog: ifnet file net/if_pflog.c pflog needs-flag pseudo-device pfsync: ifnet |