diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-03-25 10:05:19 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-03-25 10:05:19 +0100 |
commit | 6b0275ac354993e56e043986efbc41d3d451beee (patch) | |
tree | 91c503159107752e1d595921ee96f58ae79ee58a /doc/pimd.8.in | |
parent | zebra: fpm: convert into module (diff) | |
download | frr-6b0275ac354993e56e043986efbc41d3d451beee.tar.xz frr-6b0275ac354993e56e043986efbc41d3d451beee.zip |
doc: document loadable module support
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'doc/pimd.8.in')
-rw-r--r-- | doc/pimd.8.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/pimd.8.in b/doc/pimd.8.in index 60b844b1e..3fb060e56 100644 --- a/doc/pimd.8.in +++ b/doc/pimd.8.in @@ -26,6 +26,9 @@ pimd \- a PIM routing for use with @PACKAGE_FULLNAME@. ] [ .B \-g .I group +] [ +.B \-M +.I module:options ] .SH DESCRIPTION .B pimd @@ -70,6 +73,11 @@ interfaces. \fB\-u\fR, \fB\-\-user \fR\fIuser\fR Specify the user to run as. Default is \fI@enable_user@\fR. .TP +\fB\-M\fR, \fB\-\-module \fR\fImodule:options\fR +Load a module at startup. May be specified more than once. +There are currently no such modules for +\fBpimd\fR in the base package. +.TP \fB\-v\fR, \fB\-\-version\fR Print the version and exit. .TP |