History log of /src/sbin/ipf/ipfstat/ipfstat.8 (Results 1 – 20 of 20)
Revision Date Author Comments
# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# 41edb306 15-Dec-2021 Cy Schubert <cy@FreeBSD.org>

ipfilter: Move userland bits to sbin

Through fixes and improvements our ipfilter sources have diverged
enough to warrant move from contrib into sbin/ipf. Now that I'm
planning on implementing MSS cl

ipfilter: Move userland bits to sbin

Through fixes and improvements our ipfilter sources have diverged
enough to warrant move from contrib into sbin/ipf. Now that I'm
planning on implementing MSS clamping as in iptables it makes more
sense to move ipfilter to sbin.

This is the second of three commits of the ipfilter move.

Suggested by glebius on two occaions.

Suggested by and discussed with: glebius
Reviewed by: glebius, kp (for #network)
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D33510

show more ...


# 08c24e2f 17-Jul-2020 Cy Schubert <cy@FreeBSD.org>

ipfstat -t defaults to IPv4 output. Make consistent with ipfstat -i
and ipfstat -o where without an argument IPv4 and IPv6 states are
shown. Use -4 and -6 to limit the display to IPv4 or IPv6 respect

ipfstat -t defaults to IPv4 output. Make consistent with ipfstat -i
and ipfstat -o where without an argument IPv4 and IPv6 states are
shown. Use -4 and -6 to limit the display to IPv4 or IPv6 respectively.

PR: 247952
MFC after: 1 week

show more ...


# 88b86bb0 17-Jul-2020 Cy Schubert <cy@FreeBSD.org>

Historically ipfstat listings and stats only listed IPv4 or IPv6 output.
ipfstat would list IPv4 outputs by default while -6 would produce IPv6
outputs. This commit combines the ipfstat -i and -o out

Historically ipfstat listings and stats only listed IPv4 or IPv6 output.
ipfstat would list IPv4 outputs by default while -6 would produce IPv6
outputs. This commit combines the ipfstat -i and -o outputs into one
listing of IPv4 and IPv6 rules. The -4 option lists only IPv4 rules
(as the default before) while -6 continues to list only rules that affect
IPv6.

PR: 247952
Reported by: joeb1@a1poweruser.com
MFC after: 1 week

show more ...


# 9543f281 02-Jun-2020 Cy Schubert <cy@FreeBSD.org>

Per-rule hit counts (-h) can be used with either -i (input) or -o (output)
filter rule lists.

MFC after: 3 days


# bfc88dcb 06-Sep-2013 Cy Schubert <cy@FreeBSD.org>

Update ipfilter 4.1.28 --> 5.1.2.

Approved by: glebius (mentor)
BSD Licensed by: Darren Reed <darrenr@reed.wattle.id.au> (author)


# d7eeb252 04-Jun-2007 Darren Reed <darrenr@FreeBSD.org>

Merge IPFilter 4.1.23 back to HEAD
See src/contrib/ipfilter/HISTORY for details of changes since 4.1.13


# 466aa635 27-May-2005 Eivind Eklund <eivind@FreeBSD.org>

Since this is already off the vendor branch: Our kernel is now in
/boot/kernel/kernel, not plain /kernel


# 750e8832 25-Apr-2005 Darren Reed <darrenr@FreeBSD.org>

* Someone imported a lot of files with the wrong CVS tag, so lots of files need
that fixed in them....
* Keep unnecessary files out of the non-vendor part of this CVS repository.


# 0076f431 21-Jun-2004 Darren Reed <darrenr@FreeBSD.org>

Committ changes from 3.4.31 -> 3.4.35
* fix bug parsing port comparisons in proxy rules
* make parsing errors in ipf/ipnat return an error rather than return
indicating success.
* make parsing erro

Committ changes from 3.4.31 -> 3.4.35
* fix bug parsing port comparisons in proxy rules
* make parsing errors in ipf/ipnat return an error rather than return
indicating success.
* make parsing errors in ipf/ipnat return an error rather than return
indicating success.
* make ipfstat work as a set{g,u}id thing - gave up privs before opening
/dev/ipl
* fix ipfstat -A
* make "ipfstat -f" output more informative
* various changes to ipsend for sending packets with ipv4 options
* ipmon was not correctly calculating the length of the IPv6 packet (excluded
ipv6 header length)

MFC: 1 week

show more ...


# 57e3d9cf 15-Feb-2003 Darren Reed <darrenr@FreeBSD.org>

bring changes in IPFilter to 3.4.31 on to the head


# f590526d 04-Feb-2001 Darren Reed <darrenr@FreeBSD.org>

fix conflicts


# c0230397 19-Jul-2000 Darren Reed <darrenr@FreeBSD.org>

fix conflicts


# 8312b3f4 24-May-2000 Darren Reed <darrenr@FreeBSD.org>

fix conflicts


# 96c630d7 10-Feb-2000 Peter Wemm <peter@FreeBSD.org>

Not in this commit: Many spammed deltas have been removed to restore
back to the vendor branch.

Re-merge changes from the vendor branch.

Undo the local spammed changes that I could find. There ar

Not in this commit: Many spammed deltas have been removed to restore
back to the vendor branch.

Re-merge changes from the vendor branch.

Undo the local spammed changes that I could find. There are probably
more local fixes that were clobbered that I've missed.

show more ...


# 8d05cc84 16-Nov-1998 Jacques Vidrine <nectar@FreeBSD.org>

vmunix -> kernel
PR: port/8543
Submitted by: jkb@best.com


# 9b632708 20-Jun-1998 Peter Wemm <peter@FreeBSD.org>

Import trimmed version of ipfilter 3.2.7.

Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/


# f4b66bee 21-Mar-1998 Peter Wemm <peter@FreeBSD.org>

Import ipfilter 3.2.3


# af5dd318 16-Nov-1997 Peter Wemm <peter@FreeBSD.org>

Import ipfilter 3.2.1 (update from 3.1.8)


# b4ebec5b 09-Feb-1997 Darren Reed <darrenr@FreeBSD.org>

Import IP Filter v3.1.7 into FreeBSD tree