0d5d462078690e0734c7b64e893426f6deec23c1
[sliver-openvswitch.git] / vswitchd / ovs-brcompatd.8.in
1 .TH ovs\-brcompatd 8 "March 2009" "Open vSwitch" "Open vSwitch Manual"
2 .ds PN ovs\-brcompatd
3 .
4 .SH NAME
5 ovs\-brcompatd \- Bridge compatibility front-end for ovs\-vswitchd
6 .
7 .SH SYNOPSIS
8 .B ovs\-brcompatd
9 [\fIoptions\fR]
10 .
11 .SH DESCRIPTION
12 A daemon that provides a legacy bridge front-end for \fBovs\-vswitchd\fR.  It
13 does this by listening for bridge ioctl commands (e.g., those generated by
14 the \fBbrctl\fR program) to add or remove datapaths and the interfaces
15 that attach to them.
16 .PP
17 .SH OPTIONS
18 .IP "\fB\-\-appctl=\fIprogram\fR"
19 Sets the name to the program that \fBovs\-brcompatd\fR runs to
20 communicate with \fBovs\-vswitchd\fR.  The default is
21 \fBovs\-appctl\fR.  Unless \fIprogram\fR contains \fB/\fR,
22 \fBovs\-brcompatd\fR will search the \fBPATH\fR environment variable
23 to find it.
24 .
25 .IP "\fB\-\-vsctl=\fIprogram\fR"
26 Sets the name to the program that \fBovs\-brcompatd\fR runs to
27 communicate with \fBovsdb\-server\fR.  The default is
28 \fBovs\-vsctl\fR.  Unless \fIprogram\fR contains \fB/\fR,
29 \fBovs\-brcompatd\fR will search the \fBPATH\fR environment variable
30 to find it.
31 .
32 .ds DD
33 .so lib/daemon.man
34 .so lib/vlog.man
35 .so lib/common.man
36 .so lib/leak-checker.man
37 .
38 .SH NOTES
39 \fBovs\-brcompatd\fR requires the \fBbrcompat_mod.ko\fR kernel module to be
40 loaded.
41 .SH "SEE ALSO"
42 .BR ovs\-appctl (8),
43 .BR ovs\-vsctl (8),
44 .BR ovs\-vswitchd (8),
45 .BR ovsdb\-server (1),
46 \fBINSTALL.bridge\fR in the Open vSwitch distribution.