mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
830cc17841
+ implement "limit" rules, which permit to limit the number of sessions between certain host pairs (according to masks). These are a special type of stateful rules, which might be of interest in some cases. See the ipfw manpage for details. + merge the list pointers and ipfw rule descriptors in the kernel, so the code is smaller, faster and more readable. This patch basically consists in replacing "foo->rule->bar" with "rule->bar" all over the place. I have been willing to do this for ages! MFC after: 1 week |
||
---|---|---|
.. | ||
adjkerntz | ||
atacontrol | ||
atm | ||
badsect | ||
bsdlabel | ||
camcontrol | ||
ccdconfig | ||
clri | ||
comcontrol | ||
cxconfig | ||
dhclient | ||
disklabel | ||
dmesg | ||
dump | ||
dumpfs | ||
dumpon | ||
fdisk | ||
fdisk_pc98 | ||
ffsinfo | ||
fsck | ||
fsck_ffs | ||
fsck_ifs | ||
fsck_msdosfs | ||
fsdb | ||
fsirand | ||
growfs | ||
i386 | ||
ifconfig | ||
init | ||
ip6fw | ||
ipf | ||
ipfstat | ||
ipfw | ||
ipmon | ||
ipnat | ||
kget | ||
kldconfig | ||
kldload | ||
kldstat | ||
kldunload | ||
ldconfig | ||
md5 | ||
mdconfig | ||
mdmfs | ||
mknod | ||
mount | ||
mount_cd9660 | ||
mount_ext2fs | ||
mount_hpfs | ||
mount_ifs | ||
mount_msdosfs | ||
mount_nfs | ||
mount_ntfs | ||
mount_nullfs | ||
mount_nwfs | ||
mount_portalfs | ||
mount_std | ||
mount_umapfs | ||
mount_unionfs | ||
mountd | ||
natd | ||
newfs | ||
newfs_msdos | ||
nextboot | ||
nfsd | ||
nfsiod | ||
nologin | ||
nos-tun | ||
pc98 | ||
ping | ||
ping6 | ||
quotacheck | ||
rcorder | ||
reboot | ||
restore | ||
route | ||
routed | ||
rtsol | ||
savecore | ||
setkey | ||
shutdown | ||
slattach | ||
spppcontrol | ||
startslip | ||
swapon | ||
sysctl | ||
tunefs | ||
umount | ||
vinum | ||
Makefile | ||
Makefile.inc |