| #
e413da13
|
| 13-Nov-2024 |
Graham Percival <gperciva@tarsnap.com> |
manuals: fix "PP after SS | SH" warnings
The full mandoc warnings were: skipping paragraph macro: PP after SS skipping paragraph macro: PP after SH
The rendered output (in ascii and html) i
manuals: fix "PP after SS | SH" warnings
The full mandoc warnings were: skipping paragraph macro: PP after SS skipping paragraph macro: PP after SH
The rendered output (in ascii and html) is not affected by this commit.
Fixes made by script in https://github.com/Tarsnap/freebsd-doc-scripts
Signed-off-by: Graham Percival <gperciva@tarsnap.com> Reviewed by: jlduran, mhorne MFC after: 1 week Sponsored by: Tarsnap Backup Inc. Pull Request: https://github.com/freebsd/freebsd-src/pull/1524
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
7531c434
|
| 21-Sep-2022 |
Cy Schubert <cy@FreeBSD.org> |
ipfilter/ippool: Dump a copy of ippool in ippool.conf format
Add an ippool(8) option to dump a copy of the inm-memory ippool tables in an ippool(5) format so that it can be reloaded using ippool -f.
ipfilter/ippool: Dump a copy of ippool in ippool.conf format
Add an ippool(8) option to dump a copy of the inm-memory ippool tables in an ippool(5) format so that it can be reloaded using ippool -f.
MFC after: 2 weeks
show more ...
|
| #
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 ...
|
| #
2169572e
|
| 11-Dec-2021 |
Cy Schubert <cy@FreeBSD.org> |
ippool: remove set-but-not-unused vars
Display of stats from a kernel core dump was never fully implemented. Remove the dangling vars and remove the documentation.
MFC after: 3 days
|
| #
7d8ff324
|
| 24-Dec-2020 |
Cy Schubert <cy@FreeBSD.org> |
Sync ippool.8 man page synopsis with reality and the rest of the man page..
MFC after: 3 days
|
| #
9658b6b3
|
| 18-Feb-2020 |
Cy Schubert <cy@FreeBSD.org> |
As with ipf(8), give ippool(8) the ability to load IP pools from multiple files. This allows for loading, during the same invocation of ippool, of multiple sources of input using multiple tools to co
As with ipf(8), give ippool(8) the ability to load IP pools from multiple files. This allows for loading, during the same invocation of ippool, of multiple sources of input using multiple tools to concurrently maintain the files such as fail2ban, macro preprocessors, and manually.
MFC after: 1 week
show more ...
|
| #
a97e8d2f
|
| 27-Sep-2019 |
Cy Schubert <cy@FreeBSD.org> |
Implement the dynamic add (-A) and removal (-R) of ippool pools from the command line. Prior to this the functionality was mostly there however since the pool type (-t) was not recognized by the -A a
Implement the dynamic add (-A) and removal (-R) of ippool pools from the command line. Prior to this the functionality was mostly there however since the pool type (-t) was not recognized by the -A and -R command options -- not recognized by getopt(). Additionally the code to implement the dynamic add and removal of pools didn't work.
When dynamically adding (-A) a pool a type (-t) to specify if the pool is a tree or hash pool must be specified. When dynamically removing (-R) a pool, omitting -t will cause a search-and-destroy which will remove both types of pools matching the name given (-m).
PR: 218433 MFC after: 1 week
show more ...
|
| #
80aa6435
|
| 27-Sep-2019 |
Cy Schubert <cy@FreeBSD.org> |
Sync with source:
Only a role of "ipf" is currentlysupported as the other documented (and undocumented) roles are #ifdef'd out.
The plan is to complete ippool(8) as it is even in its current state
Sync with source:
Only a role of "ipf" is currentlysupported as the other documented (and undocumented) roles are #ifdef'd out.
The plan is to complete ippool(8) as it is even in its current state a powerful feature/tool.
PR: 218433 MFC after: 1 month
show more ...
|
| #
a2631994
|
| 27-Sep-2019 |
Cy Schubert <cy@FreeBSD.org> |
Fix a typo.
MFC after: 3 days
|
| #
e7df11b8
|
| 05-Jul-2017 |
Cy Schubert <cy@FreeBSD.org> |
Document supported poollist() (ippool -l) options in usage() and in ippool.8 man page.
|
| #
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)
|
| #
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.
|
| #
144279dc
|
| 25-Apr-2005 |
Darren Reed <darrenr@FreeBSD.org> |
import ipfilter 4.1.8 into the vendor branch
|