Skip to content

Commit da384b1

Browse files
committed
support: Update man pages to v3.3.1.
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
1 parent 17863c5 commit da384b1

123 files changed

Lines changed: 8740 additions & 9582 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

support/dist-docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<html><head>
22
<meta charset="UTF-8"></head>
33
<link rel="stylesheet" type="text/css" href="style.css">
4-
<title>Open vSwitch 3.3.0 Documentation</title>
4+
<title>Open vSwitch 3.3.1 Documentation</title>
55
</head><body>
6-
<h1>Open vSwitch 3.3.0 Manpages</h1>
6+
<h1>Open vSwitch 3.3.1 Manpages</h1>
77
<table>
88
<tr><td>ovs-actions(7)</td><td><a href="ovs-actions.7.pdf">PDF</a>, <a href="ovs-actions.7.html">HTML</a>, <a href="ovs-actions.7.txt">plain text</a></td></tr>
99
<tr><td>ovs-appctl(8)</td><td><a href="ovs-appctl.8.pdf">PDF</a>, <a href="ovs-appctl.8.html">HTML</a>, <a href="ovs-appctl.8.txt">plain text</a></td></tr>

support/dist-docs/ovs-actions.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "OVS-ACTIONS" "7" "Feb 17, 2024" "3.3" "Open vSwitch"
30+
.TH "OVS-ACTIONS" "7" "Jun 07, 2024" "3.3" "Open vSwitch"
3131
.SH NAME
3232
ovs-actions \- OpenFlow actions and instructions with Open vSwitch extensions
3333
.SH INTRODUCTION

support/dist-docs/ovs-actions.7.html

Lines changed: 368 additions & 372 deletions
Large diffs are not rendered by default.
437 Bytes
Binary file not shown.

support/dist-docs/ovs-actions.7.txt

Lines changed: 367 additions & 371 deletions
Large diffs are not rendered by default.

support/dist-docs/ovs-appctl.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "OVS-APPCTL" "8" "Feb 17, 2024" "3.3" "Open vSwitch"
30+
.TH "OVS-APPCTL" "8" "Jun 07, 2024" "3.3" "Open vSwitch"
3131
.SH NAME
3232
ovs-appctl \- utility for configuring running Open vSwitch daemons
3333
.SH SYNOPSIS

support/dist-docs/ovs-appctl.8.html

Lines changed: 56 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<html><head><meta charset="UTF-8"></head><body><pre>
2-
OVS-APPCTL(8) Open vSwitch OVS-APPCTL(8)
3-
4-
2+
<u>OVS-APPCTL</u>(8) Open vSwitch <u>OVS-APPCTL</u>(8)
53

64
<b>NAME</b>
75
ovs-appctl - utility for configuring running Open vSwitch daemons
@@ -17,8 +15,8 @@
1715
<b>DESCRIPTION</b>
1816
Open vSwitch daemons accept certain commands at runtime to control
1917
their behavior and query their settings. Every daemon accepts a common
20-
set of commands documented under <u>Common</u> <u>Commands</u> below. Some daemons
21-
support additional commands documented in their own manpages.
18+
set of commands documented under <u>Common</u> <u>Commands</u> below. Some daemons
19+
support additional commands documented in their own manpages.
2220
<b>ovs-vswitchd</b> in particular accepts a number of additional commands doc‐
2321
umented in <b>ovs-vswitchd(8)</b>.
2422

@@ -33,8 +31,8 @@
3331

3432
Tells <b>ovs-appctl</b> which daemon to contact.
3533

36-
If &lt;target&gt; begins with <b>/</b> it must name a Unix domain socket on which
37-
an Open vSwitch daemon is listening for control channel connections.
34+
If &lt;target&gt; begins with <b>/</b> it must name a Unix domain socket on which
35+
an Open vSwitch daemon is listening for control channel connections.
3836
By default, each daemon listens on a Unix domain socket in the rundir
3937
(e.g. <b>/run</b>) named <b>&lt;program&gt;.&lt;pid&gt;.ctl</b>, where &lt;program&gt; is the pro‐
4038
gram’s name and &lt;pid&gt; is its process ID. For example, if
@@ -50,27 +48,27 @@
5048

5149
On Windows, &lt;target&gt; can be an absolute path to a file that contains
5250
a localhost TCP port on which an Open vSwitch daemon is listening for
53-
control channel connections. By default, each daemon writes the TCP
54-
port on which it is listening for control connection into the file
55-
<b>&lt;program&gt;.ctl</b> located inside the rundir. If &lt;target&gt; is not an abso
56-
lute path, <b>ovs-appctl</b> looks in the rundir for a file named <b>&lt;tar‐</b>
51+
control channel connections. By default, each daemon writes the TCP
52+
port on which it is listening for control connection into the file
53+
<b>&lt;program&gt;.ctl</b> located inside the rundir. If &lt;target&gt; is not an ab
54+
solute path, <b>ovs-appctl</b> looks in the rundir for a file named <b>&lt;tar‐</b>
5755
<b>get&gt;.ctl</b>. The default target is <b>ovs-vswitchd</b>.
5856

5957
<b>-T</b> <b>&lt;secs&gt;</b> or <b>--timeout=&lt;secs&gt;</b>
6058

61-
By default, or with a &lt;secs&gt; of <b>0</b>, <b>ovs-appctl</b> waits forever to con‐
62-
nect to the daemon and receive a response. This option limits run‐
63-
time to approximately &lt;secs&gt; seconds. If the timeout expires,
59+
By default, or with a &lt;secs&gt; of <b>0</b>, <b>ovs-appctl</b> waits forever to con‐
60+
nect to the daemon and receive a response. This option limits run‐
61+
time to approximately &lt;secs&gt; seconds. If the timeout expires,
6462
<b>ovs-appctl</b> exits with a <b>SIGALRM</b> signal.
6563

6664
<b>COMMON</b> <b>COMMANDS</b>
67-
Every Open vSwitch daemon supports a common set of commands, which are
65+
Every Open vSwitch daemon supports a common set of commands, which are
6866
documented in this section.
6967

7068
<b>General</b> <b>Commands</b>
71-
These commands display daemon-specific commands and the running ver‐
72-
sion. Note that these commands are different from the <b>--help</b> and
73-
<b>--version</b> options that return information about the <b>ovs-appctl</b> utility
69+
These commands display daemon-specific commands and the running ver‐
70+
sion. Note that these commands are different from the <b>--help</b> and
71+
<b>--version</b> options that return information about the <b>ovs-appctl</b> utility
7472
itself.
7573

7674
<b>list-commands</b>
@@ -82,15 +80,15 @@
8280
Displays the version and compilation date of the target.
8381

8482
<b>Logging</b> <b>Commands</b>
85-
Open vSwitch has several log levels. The highest-severity log level
83+
Open vSwitch has several log levels. The highest-severity log level
8684
is:
8785

8886
<b>off</b>
8987

90-
No message is ever logged at this level, so setting a logging desti‐
88+
No message is ever logged at this level, so setting a logging desti‐
9189
nation’s log level to <b>off</b> disables logging to that destination.
9290

93-
The following log levels, in order of descending severity, are avail‐
91+
The following log levels, in order of descending severity, are avail‐
9492
able:
9593

9694
<b>emer</b>
@@ -99,7 +97,7 @@
9997

10098
<b>err</b>
10199

102-
A high-level operation or a subsystem failed. Attention is war‐
100+
A high-level operation or a subsystem failed. Attention is war‐
103101
ranted.
104102

105103
<b>warn</b>
@@ -131,18 +129,18 @@
131129

132130
<b>vlog/set</b> [&lt;spec&gt;]
133131

134-
Sets logging levels. Without any &lt;spec&gt;, sets the log level for ev‐
135-
ery module and destination to <b>dbg</b>. Otherwise, &lt;spec&gt; is a list of
136-
words separated by spaces or commas or colons, up to one from each
132+
Sets logging levels. Without any &lt;spec&gt;, sets the log level for
133+
every module and destination to <b>dbg</b>. Otherwise, &lt;spec&gt; is a list of
134+
words separated by spaces or commas or colons, up to one from each
137135
category below:
138136

139-
• A valid module name, as displayed by the <b>vlog/list</b> command on
137+
• A valid module name, as displayed by the <b>vlog/list</b> command on
140138
<b>ovs-appctl(8)</b>, limits the log level change to the specified module.
141139

142-
<b>syslog</b>, <b>console</b>, or <b>file</b>, to limit the log level change to only to
140+
<b>syslog</b>, <b>console</b>, or <b>file</b>, to limit the log level change to only to
143141
the system log, to the console, or to a file, respectively.
144142

145-
On Windows platform, <b>syslog</b> is only useful if &lt;target&gt; was started
143+
On Windows platform, <b>syslog</b> is only useful if &lt;target&gt; was started
146144
with the <b>--syslog-target</b> option (it has no effect otherwise).
147145

148146
<b>off</b>, <b>emer</b>, <b>err</b>, <b>warn</b>, <b>info</b>, or <b>dbg</b>, to control the log level. Mes‐
@@ -153,16 +151,16 @@
153151
Case is not significant within &lt;spec&gt;.
154152

155153
Regardless of the log levels set for <b>file</b>, logging to a file will not
156-
take place unless the target application was invoked with the
154+
take place unless the target application was invoked with the
157155
<b>--log-file</b> option.
158156

159-
For compatibility with older versions of OVS, <b>any</b> is accepted within
157+
For compatibility with older versions of OVS, <b>any</b> is accepted within
160158
&lt;spec&gt; but it has no effect.
161159

162160
<b>vlog/set</b> <b>PATTERN:&lt;destination&gt;:&lt;pattern&gt;</b>
163161

164-
Sets the log pattern for &lt;destination&gt; to &lt;pattern&gt;. Each time a
165-
message is logged to &lt;destination&gt;, &lt;pattern&gt; determines the mes‐
162+
Sets the log pattern for &lt;destination&gt; to &lt;pattern&gt;. Each time a
163+
message is logged to &lt;destination&gt;, &lt;pattern&gt; determines the mes‐
166164
sage’s formatting. Most characters in &lt;pattern&gt; are copied literally
167165
to the log, but special escapes beginning with <b>%</b> are expanded as fol‐
168166
lows:
@@ -177,7 +175,7 @@
177175

178176
<b>%c</b>
179177

180-
The name of the module (as shown by <b>ovs-appctl</b> <b>--list</b>) logging the
178+
The name of the module (as shown by <b>ovs-appctl</b> <b>--list</b>) logging the
181179
message.
182180

183181
<b>%d</b>
@@ -186,22 +184,22 @@
186184

187185
<b>%d{&lt;format&gt;}</b>
188186

189-
The current date and time in the specified &lt;format&gt;, which takes
190-
the same format as the &lt;template&gt; argument to <b>strftime(3)</b>. As an
191-
extension, any <b>#</b> characters in &lt;format&gt; will be replaced by frac‐
192-
tional seconds, e.g. use <b>%H:%M:%S.###</b> for the time to the nearest
193-
millisecond. Sub-second times are only approximate and currently
187+
The current date and time in the specified &lt;format&gt;, which takes
188+
the same format as the &lt;template&gt; argument to <b>strftime(3)</b>. As an
189+
extension, any <b>#</b> characters in &lt;format&gt; will be replaced by frac‐
190+
tional seconds, e.g. use <b>%H:%M:%S.###</b> for the time to the nearest
191+
millisecond. Sub-second times are only approximate and currently
194192
decimal places after the third will always be reported as zero.
195193

196194
<b>%D</b>
197195

198-
The current UTC date and time in ISO 8601 format (YYYY-MM-DD
196+
The current UTC date and time in ISO 8601 format (YYYY-MM-DD
199197
HH:MM:SS).
200198

201199
<b>%D{&lt;format&gt;}</b>
202200

203-
The current UTC date and time in the specified &lt;format&gt;, which
204-
takes the same format as the &lt;template&gt; argument to <b>strftime``(3).</b>
201+
The current UTC date and time in the specified &lt;format&gt;, which
202+
takes the same format as the &lt;template&gt; argument to <b>strftime``(3).</b>
205203
<b>Supports</b> <b>the</b> <b>same</b> <b>extension</b> <b>for</b> <b>sub-second</b> <b>resolution</b> <b>as</b> <b>``%d{...}</b>.
206204

207205
<b>%E</b>
@@ -232,14 +230,14 @@
232230

233231
<b>%r</b>
234232

235-
The number of milliseconds elapsed from the start of the applica‐
233+
The number of milliseconds elapsed from the start of the applica‐
236234
tion to the time the message was logged.
237235

238236
<b>%t</b>
239237

240-
The subprogram name, that is, an identifying name for the process
241-
or thread that emitted the log message, such as <b>monitor</b> for the
242-
process used for <b>--monitor</b> or <b>main</b> for the primary process or
238+
The subprogram name, that is, an identifying name for the process
239+
or thread that emitted the log message, such as <b>monitor</b> for the
240+
process used for <b>--monitor</b> or <b>main</b> for the primary process or
243241
thread in a program.
244242

245243
<b>%T</b>
@@ -256,42 +254,42 @@
256254

257255
<b>-</b>
258256

259-
Left justify the escape’s expansion within its field width. Right
257+
Left justify the escape’s expansion within its field width. Right
260258
justification is the default.
261259

262260
<b>0</b>
263261

264-
Pad the field to the field width with <b>0</b> characters. Padding with
262+
Pad the field to the field width with <b>0</b> characters. Padding with
265263
spaces is the default.
266264

267265
• &lt;width&gt;
268266

269-
A number specifies the minimum field width. If the escape expands
270-
to fewer characters than &lt;width&gt; then it is padded to fill the
267+
A number specifies the minimum field width. If the escape expands
268+
to fewer characters than &lt;width&gt; then it is padded to fill the
271269
field width. (A field wider than &lt;width&gt; is not truncated to fit.)
272270

273-
The default pattern for console and file output is <b>%D{%Y-%m-%dT</b>
271+
The default pattern for console and file output is <b>%D{%Y-%m-%dT</b>
274272
<b>%H:%M:%SZ}|%05N|%c|%p|%m</b>; for syslog output, <b>%05N|%c|%p|%m</b>.
275273

276-
Daemons written in Python (e.g. <b>ovs-monitor-ipsec</b>) do not allow con‐
274+
Daemons written in Python (e.g. <b>ovs-monitor-ipsec</b>) do not allow con‐
277275
trol over the log pattern.
278276

279277
<b>vlog/set</b> <b>FACILITY:&lt;facility&gt;</b>
280278

281-
Sets the RFC5424 facility of the log message. &lt;facility&gt; can be one
282-
of <b>kern</b>, <b>user</b>, <b>mail</b>, <b>daemon</b>, <b>auth</b>, <b>syslog</b>, <b>lpr</b>, <b>news</b>, <b>uucp</b>, <b>clock</b>,
283-
<b>ftp</b>, <b>ntp</b>, <b>audit</b>, <b>alert</b>, <b>clock2</b>, <b>local0</b>, <b>local1</b>, <b>local2</b>, <b>local3</b>, <b>lo‐</b>
279+
Sets the RFC5424 facility of the log message. &lt;facility&gt; can be one
280+
of <b>kern</b>, <b>user</b>, <b>mail</b>, <b>daemon</b>, <b>auth</b>, <b>syslog</b>, <b>lpr</b>, <b>news</b>, <b>uucp</b>, <b>clock</b>,
281+
<b>ftp</b>, <b>ntp</b>, <b>audit</b>, <b>alert</b>, <b>clock2</b>, <b>local0</b>, <b>local1</b>, <b>local2</b>, <b>local3</b>, <b>lo‐</b>
284282
<b>cal4</b>, <b>local5</b>, <b>local6</b> or <b>local7</b>.
285283

286284
<b>vlog/close</b>
287285

288-
Causes the daemon to close its log file, if it is open. (Use
286+
Causes the daemon to close its log file, if it is open. (Use
289287
<b>vlog/reopen</b> to reopen it later.)
290288

291289
<b>vlog/reopen</b>
292290

293-
Causes the daemon to close its log file, if it is open, and then re‐
294-
open it. (This is useful after rotating log files, to cause a new
291+
Causes the daemon to close its log file, if it is open, and then re‐
292+
open it. (This is useful after rotating log files, to cause a new
295293
log file to be used.)
296294

297295
This has no effect if the target application was not invoked with the
@@ -315,7 +313,5 @@
315313
2016-2021, The Open vSwitch Development Community
316314

317315

318-
319-
320-
3.3 Feb 17, 2024 OVS-APPCTL(8)
316+
3.3 Jun 07, 2024 <u>OVS-APPCTL</u>(8)
321317
</pre></body></html>

support/dist-docs/ovs-appctl.8.pdf

964 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)