aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/ovs-brcompatd.8.in
blob: 0d5d462078690e0734c7b64e893426f6deec23c1 (plain)
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
.TH ovs\-brcompatd 8 "March 2009" "Open vSwitch" "Open vSwitch Manual"
.ds PN ovs\-brcompatd
.
.SH NAME
ovs\-brcompatd \- Bridge compatibility front-end for ovs\-vswitchd
.
.SH SYNOPSIS
.B ovs\-brcompatd
[\fIoptions\fR]
.
.SH DESCRIPTION
A daemon that provides a legacy bridge front-end for \fBovs\-vswitchd\fR.  It
does this by listening for bridge ioctl commands (e.g., those generated by
the \fBbrctl\fR program) to add or remove datapaths and the interfaces
that attach to them.
.PP
.SH OPTIONS
.IP "\fB\-\-appctl=\fIprogram\fR"
Sets the name to the program that \fBovs\-brcompatd\fR runs to
communicate with \fBovs\-vswitchd\fR.  The default is
\fBovs\-appctl\fR.  Unless \fIprogram\fR contains \fB/\fR,
\fBovs\-brcompatd\fR will search the \fBPATH\fR environment variable
to find it.
.
.IP "\fB\-\-vsctl=\fIprogram\fR"
Sets the name to the program that \fBovs\-brcompatd\fR runs to
communicate with \fBovsdb\-server\fR.  The default is
\fBovs\-vsctl\fR.  Unless \fIprogram\fR contains \fB/\fR,
\fBovs\-brcompatd\fR will search the \fBPATH\fR environment variable
to find it.
.
.ds DD
.so lib/daemon.man
.so lib/vlog.man
.so lib/common.man
.so lib/leak-checker.man
.
.SH NOTES
\fBovs\-brcompatd\fR requires the \fBbrcompat_mod.ko\fR kernel module to be
loaded.
.SH "SEE ALSO"
.BR ovs\-appctl (8),
.BR ovs\-vsctl (8),
.BR ovs\-vswitchd (8),
.BR ovsdb\-server (1),
\fBINSTALL.bridge\fR in the Open vSwitch distribution.