Up to [cvs.NetBSD.org] / src / usr.sbin / npf / npftest / libnpftest
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 12 03:35:14 2012 UTC (9 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
- 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.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 4 00:28:34 2012 UTC (11 months, 2 weeks ago) by rmind
Branch: MAIN
Branch point for: netbsd-6
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
npftest: add a module for TCP state tracking and add few test cases.
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 30 21:38:04 2012 UTC (11 months, 2 weeks ago) by rmind
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
npftest: add a stream processor, which prints out the TCP state information. A tool for debugging connection tracking from tcpdump -w captured data.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 14 21:57:29 2012 UTC (13 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4
Branch point for: yamt-pagecache
Add initial NPF regression tests integrated with RUMP framework (running the kernel part of NPF in userland). Other tests will be added once converted to RUMP framework. All tests are in the public domain. Some Makefile fixes from christos@.