X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fovs-brcompatd.8.in;h=1ba4a21f5d3f6fb262de5efbb76f826a22831eee;hb=a8643e447601201aabd1159966bd716e48378f97;hp=0cce84d7ae48777785b1827d89d970c1e914ae82;hpb=299a244b6bd15f8451e7d7b06a2cdfe65f5ce282;p=sliver-openvswitch.git diff --git a/vswitchd/ovs-brcompatd.8.in b/vswitchd/ovs-brcompatd.8.in index 0cce84d7a..1ba4a21f5 100644 --- a/vswitchd/ovs-brcompatd.8.in +++ b/vswitchd/ovs-brcompatd.8.in @@ -6,57 +6,42 @@ ovs\-brcompatd \- Bridge compatibility front-end for ovs\-vswitchd . .SH SYNOPSIS .B ovs\-brcompatd -[\fIoptions\fR] \fIdatabase\fR +[\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 -The mandatory \fIdatabase\fR argument specifies the -\fBovsdb\-server\fR from which \fBovs\-vswitchd\fR's configuration is -retrieved. It should take the form \fBunix:\fIfile\fR, to connect to -the Unix domain server socket named \fIfile\fR. +This feature is deprecated and will be removed no earlier than February 2013. .PP .SH OPTIONS -.IP "\fB\-\-appctl\-command=\fIcommand\fR" -Sets the command that \fBovs\-brcompatd\fR runs to communicate with -\fBovs\-vswitchd\fR. The command is run in \fB/bin/sh\fR as a shell -command, so \fIcommand\fR may contain arbitrary shell metacharacters, -etc. The \fB\-\-help\fR option displays the default command. -.IP -\fIcommand\fR must contain exactly one instance of \fB%s\fR, which -\fBovs\-brcompatd\fR replaces by a command from the set understood by -\fBovs\-vswitchd\fR. Any instances of \fB%%\fR in \fIcommand\fR are -replaced by a single \fB%\fR. The \fB%\fR character may not otherwise -appear in \fIcommand\fR. -.IP -The commands that are substituted into \fIcommand\fR are those that -can be listed by passing \fBhelp\fR to \fBovs\-appctl\fR with -\fBovs\-vswitchd\fR as target. -.IP -\fIcommand\fR must not redirect \fBovs\-appctl\fR's standard output or -standard error streams, because \fBovs\-brcompatd\fR expects to read -both of these streams separately. -.TP -\fB\-\-prune\-timeout=\fIsecs\fR +.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. . -Sets the maximum time between pruning port entries to \fIsecs\fR seconds. -Pruning ports is the process of removing port entries from \fIdatabase\fR -that no longer exist. If \fIsecs\fR is zero, then entries are never -pruned. The default prune timeout is 5 seconds. +.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 +\fBovs\-brcompatd\fR requires the \fBbrcompat.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.