diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-04-20 07:39:08 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-04-20 07:39:08 +0200 |
commit | 354a410fad173b88c3b121376c2aca7898869ff0 (patch) | |
tree | 0ae390f6a8dae5e942e036ab9c9f8d29e7814cf8 /doc/omudpspoof.html | |
parent | 4152e0a5099462a92991f146fceea9c95f3dc938 (diff) | |
download | rsyslog-354a410fad173b88c3b121376c2aca7898869ff0.tar.gz rsyslog-354a410fad173b88c3b121376c2aca7898869ff0.tar.bz2 rsyslog-354a410fad173b88c3b121376c2aca7898869ff0.zip |
doc: correcting sample section of omudpspoof
again, credits to Jo Rhett for reporting this issue
Diffstat (limited to 'doc/omudpspoof.html')
-rw-r--r-- | doc/omudpspoof.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/omudpspoof.html b/doc/omudpspoof.html index 631a0878..df14bbe1 100644 --- a/doc/omudpspoof.html +++ b/doc/omudpspoof.html @@ -53,7 +53,7 @@ care about the source port. This example is considered the typical use case for omudpspoof. </p> <textarea rows="5" cols="80">$ModLoad omudpspoof -$ActionUDPSpoofTargetHost server.example.com +$ActionOMUDPSpoofTargetHost server.example.com *.* :omudpspoof: </textarea> @@ -64,10 +64,10 @@ source port 514 is used. <textarea rows="8" cols="80">$ModLoad omudpspoof $template spoofaddr,"192.0.2.1" $template spooftemplate,"%rawmsg%" -$ActionUDPSpoofSourceNameTemplate spoofaddr -$ActionUDPSpoofTargetHost server.example.com -$ActionUDPSpoofSourcePortStart 514 -$ActionUDPSpoofSourcePortEnd 514 +$ActionOMUDPSpoofSourceNameTemplate spoofaddr +$ActionOMUDPSpoofTargetHost server.example.com +$ActionOMUDPSpoofSourcePortStart 514 +$ActionOMUDPSpoofSourcePortEnd 514 *.* :omudpspoof:;spooftemplate </textarea> <p>The following sample is similar to the previous, but uses as many defaults as possible. @@ -77,8 +77,8 @@ have been changed, the previously set defaults will be used! </p> <textarea rows="5" cols="80">$ModLoad omudpspoof $template spoofaddr,"192.0.2.1" -$ActionUDPSpoofSourceNameTemplate spoofaddr -$ActionUDPSpoofTargetHost server.example.com +$ActionOMUDPSpoofSourceNameTemplate spoofaddr +$ActionOMUDPSpoofTargetHost server.example.com *.* :omudpspoof: </textarea> <p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>] @@ -86,7 +86,7 @@ $ActionUDPSpoofTargetHost server.example.com <p><font size="2">This documentation is part of the <a href="http://www.rsyslog.com/">rsyslog</a> project.<br> -Copyright © 2009 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and +Copyright © 2009-2012 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and <a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL version 3 or higher.</font></p> </body></html> |