Module Name: src Committed By: degroote Date: Fri May 7 17:41:58 UTC 2010
Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/man: mi src/sys/dist/pf/net: pf.c pf_ioctl.c pfvar.h src/usr.sbin/pf: Makefile Added Files: src/usr.sbin/pf/pfs: Makefile parse.y parser.h pfs.8 pfs.c token.l Log Message: Add support for pfs(8) pfs(8) is a tool similar to ipfs(8) but for pf(4). It allows the admin to dump internal configuration of pf, and restore at a latter point, after a maintenance reboot for example, in a transparent way for user. This work has been done mostly during my GSoC 2009 No objections on tech-net@ To generate a diff of this commit: cvs rdiff -u -r1.863 -r1.864 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.1205 -r1.1206 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.63 -r1.64 src/sys/dist/pf/net/pf.c cvs rdiff -u -r1.41 -r1.42 src/sys/dist/pf/net/pf_ioctl.c cvs rdiff -u -r1.18 -r1.19 src/sys/dist/pf/net/pfvar.h cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/pf/Makefile cvs rdiff -u -r0 -r1.1 src/usr.sbin/pf/pfs/Makefile \ src/usr.sbin/pf/pfs/parse.y src/usr.sbin/pf/pfs/parser.h \ src/usr.sbin/pf/pfs/pfs.8 src/usr.sbin/pf/pfs/pfs.c \ src/usr.sbin/pf/pfs/token.l Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.