Version 'alpha 1' of ipfw2 firewall module for DragonflyBSD.
authorBill Yuan <bycn82@gmail.com>
Sat, 7 Feb 2015 10:26:10 +0000 (18:26 +0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 12 Mar 2015 21:24:00 +0000 (14:24 -0700)
commit950193f27fb79bf7b3d6abcbbfe1d62ff5bb9878
treebed26af0463823972c3db641049100f445571756
parent37cedf0790763bedfa5fe3a4c217f77ec5163593
Version 'alpha 1' of ipfw2 firewall module for DragonflyBSD.
1. Modular design
2. Lockless stateful firewall
3. In-kernel NAT using libalias
4. Enhanced policy routing. (coming soon)
15 files changed:
lib/Makefile
sbin/ipfw2/ipfw2.c
sys/conf/files
sys/net/Makefile
sys/net/dummynet2/ip_dummynet2.h
sys/net/ipfw2/Makefile
sys/net/ipfw2/ip_fw.h
sys/net/ipfw2/ip_fw2.h
sys/net/ipfw2/ip_fw3.c [moved from sys/net/ipfw2/ip_fw2.c with 97% similarity]
sys/net/ipfw2/ip_fw3_glue.c [moved from sys/net/ipfw2/ip_fw2_glue.c with 84% similarity]
sys/net/ipfw2_basic/ip_fw2_basic.c
sys/net/libalias/alias.c
sys/net/libalias/alias_db.c
sys/net/libalias/alias_local.h
sys/netinet/raw_ip.c