[syslog-ng] [Bug 81] New: feature request: nested source statements
bugzilla at bugzilla.balabit.com
bugzilla at bugzilla.balabit.com
Wed May 5 21:59:49 CEST 2010
https://bugzilla.balabit.com/show_bug.cgi?id=81
Summary: feature request: nested source statements
Product: syslog-ng
Version: 3.0.x
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: unspecified
Component: syslog-ng
AssignedTo: bazsi at balabit.hu
ReportedBy: jschauma at netmeister.org
Type of the Report: ---
Estimated Hours: 0.0
Ie, I have
source s_tcp6 {
tcp6(log_fetch_limit(25)
port(601));
}
source s_tcp4 {
tcp(log_fetch_limit(25)
port(601));
};
and I would like to have another
source s_tcp {
s_tcp4;
s_tcp6;
};
but no matter what I try, I get syntax errors. Is it not possible to
have nested/derived source statements?
--
Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the syslog-ng
mailing list