diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-14 12:56:03 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-14 12:56:03 +0200 |
commit | 73cc2afb2246a0339fdadde4f2bf66120bcae20f (patch) | |
tree | 36ca150139b7a05bad94667ba77d95e7588e57dd /doc | |
parent | 7afe4b3a795b5910574659675c60bdb5f7719c3f (diff) | |
download | rsyslog-73cc2afb2246a0339fdadde4f2bf66120bcae20f.tar.gz rsyslog-73cc2afb2246a0339fdadde4f2bf66120bcae20f.tar.bz2 rsyslog-73cc2afb2246a0339fdadde4f2bf66120bcae20f.zip |
enhance: imrelp now also provides remote peer's IP address
[if librelp != 1.0.0 is used]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/imrelp.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/imrelp.html b/doc/imrelp.html index bfdaad84..cfc6da38 100644 --- a/doc/imrelp.html +++ b/doc/imrelp.html @@ -33,6 +33,9 @@ Starts a RELP server on selected port</li> <b>Caveats/Known Bugs:</b> <ul> <li>see description</li> +<li>To obtain the remote system's IP address, you need to have at least +librelp 1.0.0 installed. Versions below it return the hostname instead +of the IP address.</li> </ul> <p><b>Sample:</b></p> <p>This sets up a RELP server on port 20514.<br> |