Patches for IPFW
by Alter (alterX@alter.org.ua (remove X))
Patch for IPFW from FreeBSD 7.0-STABLE.
ipfw.70.patch.gz
Still adds commands zshow, replace. -i option is united with -q,
2008.06.30
Patch for IPFW from FreeBSD 6.3.
ipfw.63.patch.gz
All listed below patches
2008.06.30
Patches for IPFW from FreeBSD 6.2-RELEASE-p5.
all updates
ipfw.62.patch.gz
All listed below patches
2007.09.03
zshow
ipfw-zshow.patch.gz
Adds 'zshow' command, which shows rule counters and immediately resets them to zero. Is useful for traffic counters.
ipfw zshow 1000
2007.09.03
ignore errors + replace
ipfw-ignore_err_opt.patch.gz
Adds 'replace' command, which adds rule if it doesn't exist yet or replaces existing.
ipfw replace 200 count ip from any to any via fxp0
Also adds '-i' switch to command line and ruleset file format. When '-i' is used, all rules containing errors will be
rejected, but correct rules will be applied. IPFW shall not stop on the 1st invalid rule. It is useful when loading ruleset from file.
ipfw -i /etc/firewall.conf
2007.09.03
alterX@alter.org.ua (remove X)
|