aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter/man/ippool.8
blob: 446684d4ad106f7e652f31d4f33bce1dca75ce00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
.\"	$FreeBSD$
.\"
.TH IPPOOL 8
.SH NAME
ippool \- user interface to the IPFilter pools
.SH SYNOPSIS
.br
.B ippool
-a [-dnv] [-m <name>] [-o <role>] [-t <type>] [-T ttl] -i <ipaddr>[/<netmask>]
.br
.B ippool
-A [-dnv] [-m <name>] [-o <role>] [-S <seed>] -t <type>
.br
.B ippool
-f <file> [-dnuvR] [-f <file [-dnuvR]] ...
.br
.B ippool
-F [-dv] [-o <role>] [-t <type>]
.br
.B ippool
-l [-dv] [-m <name>] [-t <type>] [-o <role>] [-M <core>] [-N <namelist>]
.br
.B ippool
-r [-dnv] [-m <name>] [-o <role>] [-t <type>] -i <ipaddr>[/<netmask>]
.br
.B ippool
-R [-dnv] [-m <name>] [-o <role>] -t <type>
.br
.B ippool
-s [-dtv] [-M <core>] [-N <namelist>]
.SH DESCRIPTION
.PP
.B Ippool
is used to manage information stored in the IP pools subsystem of IPFilter.
Configuration file information may be parsed and loaded into the kernel,
currently configured pools removed or changed as well as inspected.
.PP
The command line options used are broken into two sections: the global
options and the instance specific options.
.SH GLOBAL OPTIONS
.TP
.B \-d
Toggle debugging of processing the configuration file.
.TP
.B \-n
This flag (no-change) prevents
.B ippool
from actually making any ioctl
calls or doing anything which would alter the currently running kernel.
.TP
.B \-v
Turn verbose mode on.
.SH COMMAND OPTIONS
.TP
.B -a
Add a new data node to an existing pool in the kernel.
.TP
.B -A
Add a new (empty) pool to the kernel.
.TP
.B -f <file>
Read in IP pool configuration information from the file and load it into
the kernel.
.TP
.B -F
Flush loaded pools from the kernel.
.TP
.B -l
Display a list of pools currently loaded into the kernel.
.TP
.B -r
Remove an existing data node from a pool in the kernel.
.TP
.B -R
Remove an existing pool from within the kernel.
.TP
.B -s
Display IP pool statistical information.
.SH OPTIONS
.TP
.B -i <ipaddr>[/<netmask>]
Sets the IP address for the operation being undertaken with an
all-one's mask or, optionally, a specific netmask given in either
the dotted-quad notation or a single integer.
.TP
.B -m <name>
Sets the pool name for the current operation.
.TP
.B -M <core>
Specify an alternative path to /dev/kmem to retrieve statistical information
from.
.TP
.B -N <namelist>
Specify an alternative path to lookup symbol name information from when
retrieving statistical information.
.TP
.B -o <role>
Sets the role with which this pool is to be used.  Currently only
.B ipf
(the default) is accepted as arguments to this option.
.TP
.B -S <seed>
Sets the hashing seed to the number specified.  Only for use with
.B hash
type pools.
.TP
.B -t <type>
Sets the type of pool being defined.  Must be one of
.B tree,
.B hash,
.B group-map.
.TP
.B -T <ttl>
Sets the expiration of the node being added. The timeout is expressed
as a number of seconds.
.B tree,
.B hash,
.B group-map.
.TP
.B -u
When parsing a configuration file, rather than load new pool data into the
kernel, unload it.
.TP
.SH FILES
.br
/dev/iplookup
.br
/etc/ippool.conf
.SH SEE ALSO
ippool(5), ipf(8), ipfstat(8)