ovs-brcompatd: Run ovs-vsctl instead of accessing database directly.
[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 .so lib/daemon.man
33 .so lib/vlog.man
34 .so lib/common.man
35 .so lib/leak-checker.man
36 .
37 .SH NOTES
38 \fBovs\-brcompatd\fR requires the \fBbrcompat_mod.ko\fR kernel module to be
39 loaded.
40 .SH "SEE ALSO"
41 .BR ovs\-appctl (8),
42 .BR ovs\-vsctl (8),
43 .BR ovs\-vswitchd (8),
44 .BR ovsdb\-server (1),
45 \fBINSTALL.bridge\fR in the Open vSwitch distribution.