summaryrefslogtreecommitdiffstats
path: root/doc/omudpspoof.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-12 10:53:27 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-12 10:53:27 +0100
commit09ed2f1a7a3d28400ce0a0e94ef00e0bb26883fd (patch)
tree6558cb70780996fcb6bc7dc2a72c3d6651033a45 /doc/omudpspoof.html
parentf2072ecbc69fdb8082a5e060db8a6f9209c05a62 (diff)
downloadrsyslog-09ed2f1a7a3d28400ce0a0e94ef00e0bb26883fd.tar.gz
rsyslog-09ed2f1a7a3d28400ce0a0e94ef00e0bb26883fd.tar.xz
rsyslog-09ed2f1a7a3d28400ce0a0e94ef00e0bb26883fd.zip
doc bugfix: omudpspoof had wrong config command names ("om" missing)
Diffstat (limited to 'doc/omudpspoof.html')
-rw-r--r--doc/omudpspoof.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/omudpspoof.html b/doc/omudpspoof.html
index e5f963c7..64f83752 100644
--- a/doc/omudpspoof.html
+++ b/doc/omudpspoof.html
@@ -16,23 +16,23 @@ spoof the sender address. Also, it enables to circle through a number of
source ports.
<p><b>Configuration Directives</b>:</p>
<ul>
-<li><b>$ActionUDPSpoofSourceNameTemplate</b> &lt;templatename&gt;<br>
+<li><b>$ActionOMUDPSpoofSourceNameTemplate</b> &lt;templatename&gt;<br>
This MUST be specified. It is the name of the template that contains a
numerical IP address that is to be used as the source system IP address.
While it may often be a constant value, it can be generated as usual via the
property replacer, as long as it is a valid IPv4 address.
-<li><b>$ActionUDPSpoofTargetHost</b> &lt;hostname&gt;<br>
+<li><b>$ActionOMUDPSpoofTargetHost</b> &lt;hostname&gt;<br>
Host that the messages shall be sent to.
<li><b>$ActionUDPSpoofTargetPort</b> &lt;port&gt;<br>
Remote port that the messages shall be sent to.
-<li><b>$ActionUDPSpoofDefaultTemplate</b> &lt;templatename&gt;<br>
+<li><b>$ActionOMUDPSpoofDefaultTemplate</b> &lt;templatename&gt;<br>
This setting instructs omudpspoof to use a template different from the
default template for all of its actions that do not have a template specified
explicitely.
-<li><b>$ActionUDPSpoofSourcePortStart</b> &lt;number&gt;<br>
+<li><b>$ActionOMUDPSpoofSourcePortStart</b> &lt;number&gt;<br>
Specifies the start value for circeling the source ports. Must be less than or
equal to the end value. Default is 32000.
-<li><b>$ActionUDPSpoofSourcePortEnd</b> &lt;number&gt;<br>
+<li><b>$ActionOMUDPSpoofSourcePortEnd</b> &lt;number&gt;<br>
Specifies the ending value for circeling the source ports. Must be less than or
equal to the start value. Default is 42000.
</ul>