Mindaugas Rasiukevicius | 12 Aug 2012 05:35
Picon

CVS commit: src

Module Name:	src
Committed By:	rmind
Date:		Sun Aug 12 03:35:15 UTC 2012

Modified Files:
	src/lib/libnpf: npf.c npf.h
	src/sys/modules/npf: Makefile
	src/sys/net/npf: npf_handler.c npf_impl.h npf_nat.c npf_ruleset.c
	    npf_session.c npf_state.c npf_tableset.c
	src/usr.sbin/npf/npfctl: npf_build.c npf_data.c npf_parse.y npfctl.c
	    npfctl.h
	src/usr.sbin/npf/npftest: npfstream.c npftest.c npftest.h
	src/usr.sbin/npf/npftest/libnpftest: Makefile npf_test.h
	    npf_test_subr.c
Added Files:
	src/usr.sbin/npf/npftest: README npftest.conf
	src/usr.sbin/npf/npftest/libnpftest: npf_nat_test.c npf_rule_test.c

Log Message:
- Extend npftest: add ruleset inspection testing from the config generated
  by npfctl debug functionality.  Auto-create npftest interfaces for this.
- NPF sessions: combine protocol and interface into a separate substructure,
  share between the entries and thus fix the handling of them.  Constify.
- npftest: add regression tests for NAT policies.
- npf_build_nat: simplify and fix bi-NAT regression.
- Bump yacc stack size for npfctl.

To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libnpf/npf.c
cvs rdiff -u -r1.9 -r1.10 src/lib/libnpf/npf.h
(Continue reading)


Gmane