Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/npf/npftest npftest: fix the example in the README ...



details:   https://anonhg.NetBSD.org/src/rev/b5694972840b
branches:  trunk
changeset: 329201:b5694972840b
user:      rmind <rmind%NetBSD.org@localhost>
date:      Wed May 14 21:46:50 2014 +0000

description:
npftest: fix the example in the README file.

diffstat:

 usr.sbin/npf/npftest/README |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 24bcedb27d44 -r b5694972840b usr.sbin/npf/npftest/README
--- a/usr.sbin/npf/npftest/README       Wed May 14 20:35:27 2014 +0000
+++ b/usr.sbin/npf/npftest/README       Wed May 14 21:46:50 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.4 2013/02/09 03:35:33 rmind Exp $
+$NetBSD: README,v 1.5 2014/05/14 21:46:50 rmind Exp $
 
 npftest - a tool for regression testing and debugging NPF.
 It uses RUMP framework to run NPF kernel module in the userspace.
@@ -13,8 +13,8 @@
 Stream:
 
 tcpdump -w stream.pcap -i $INTERFACE "host $HOST and tcp"
-npfctl debug
-npftest -c /tmp/npf.plist -s stream.pcap -o stream_npf_data.txt
+npfctl debug npftest.conf /tmp/npf.plist
+npftest -c /tmp/npf.plist -s stream.pcap > stream_npf_data.txt
 
 Preferably, use MALLOC_OPTIONS="AJ" and/or other facilities.
 



Home | Main Index | Thread Index | Old Index