Bug 7394 - syslogd: allow to log to remote hosts via "<selector> @<host>" syntax
Summary: syslogd: allow to log to remote hosts via "<selector> @<host>" syntax
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.22.x
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-10 14:14 UTC by Christoph Schulz
Modified: 2014-09-10 14:15 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
allow to log to remote hosts via "<selector> @<host>" syntax (4.38 KB, patch)
2014-09-10 14:14 UTC, Christoph Schulz
Details
[on top of #7388] allow to log to remote hosts via "<selector> @<host>" syntax (4.41 KB, patch)
2014-09-10 14:15 UTC, Christoph Schulz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Schulz 2014-09-10 14:14:47 UTC
Created attachment 5618 [details]
allow to log to remote hosts via "<selector> @<host>" syntax

With the patch attached, the "<selector> @<host>" syntax is recognized by syslogd. Example:

*.* @192.168.6.2
kern.info @loghost

I attached two versions of the patch. The first one applies to vanilla busybox 1.22.1. The second one is to be applied on the top of the patch found in #7388.
Comment 1 Christoph Schulz 2014-09-10 14:15:28 UTC
Created attachment 5624 [details]
[on top of #7388] allow to log to remote hosts via "<selector> @<host>" syntax

Second patch, to be applied on top of the patch in #7388.