diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-12 10:53:27 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-12 10:53:27 +0100 |
commit | 09ed2f1a7a3d28400ce0a0e94ef00e0bb26883fd (patch) | |
tree | 6558cb70780996fcb6bc7dc2a72c3d6651033a45 /doc/omudpspoof.html | |
parent | f2072ecbc69fdb8082a5e060db8a6f9209c05a62 (diff) | |
download | rsyslog-09ed2f1a7a3d28400ce0a0e94ef00e0bb26883fd.tar.gz rsyslog-09ed2f1a7a3d28400ce0a0e94ef00e0bb26883fd.tar.bz2 rsyslog-09ed2f1a7a3d28400ce0a0e94ef00e0bb26883fd.zip |
doc bugfix: omudpspoof had wrong config command names ("om" missing)
Diffstat (limited to 'doc/omudpspoof.html')
-rw-r--r-- | doc/omudpspoof.html | 10 |
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> <templatename><br> +<li><b>$ActionOMUDPSpoofSourceNameTemplate</b> <templatename><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> <hostname><br> +<li><b>$ActionOMUDPSpoofTargetHost</b> <hostname><br> Host that the messages shall be sent to. <li><b>$ActionUDPSpoofTargetPort</b> <port><br> Remote port that the messages shall be sent to. -<li><b>$ActionUDPSpoofDefaultTemplate</b> <templatename><br> +<li><b>$ActionOMUDPSpoofDefaultTemplate</b> <templatename><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> <number><br> +<li><b>$ActionOMUDPSpoofSourcePortStart</b> <number><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> <number><br> +<li><b>$ActionOMUDPSpoofSourcePortEnd</b> <number><br> Specifies the ending value for circeling the source ports. Must be less than or equal to the start value. Default is 42000. </ul> |