-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmatch-get_rules.1
68 lines (56 loc) · 963 Bytes
/
match-get_rules.1
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
.\" Header and footer
.TH "MATCH\-GET_RULES" "1" "" "MATCH Tool" "MATCH Manual"
.\" Name and brief description
.SH "NAME"
match\-get_rules \- Display rules in a table
.\" Options, brief
.SH SYNOPSIS
.nf
\fImatch get_rules\fR \-f <family> \-p <pid> [\-g] [\-h] [\-i ifname]
table <table> [min <min>] [max <max>]
.fi
.\" Detailed description
.SH DESCRIPTION
Display a range of rules in a table.
.\" Options, detailed
.SH OPTIONS
.br
\-f <family>
.RS 4
The netlink family used by the MATCH daemon.
.RE
.br
\-p <pid>
.RS 4
The pid of the MATCH daemon (e.g. `pidof lt-matchd`).
.RE
.br
\-g
.RS 4
Display graphs in DOT format.
.RE
.br
\-i <ifname>
.RS 4
Specify interface name (e.g. eth0)
.RE
.br
\-s
.RS 4
Silence verbose printing
.RE
.br
table <table>
.RS 4
The table id from which to get the rules.
.RE
.br
min <min>
.RS 4
The minimum rule id in a range of rule ids.
.RE
.br
max <max>
.RS 4
The maximum rule id in a range of rule ids.
.RE